From 974ffcefb53b2ed122336773701d7519d1c3a4ec Mon Sep 17 00:00:00 2001 From: Willie Koomson Date: Wed, 28 Dec 2016 18:58:30 -0500 Subject: [PATCH] Update README.md changed to use https:// git clone url, according to GitHub recommendations [here](https://help.github.com/articles/which-remote-url-should-i-use/), works better behind firewalls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c5eb5b8..e979bb30 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you want to bundle the Roboto fonts in your project, file **ABOVE** the `incl Add the submodule: - git submodule add git@github.com:papyros/qml-material.git material + git submodule add https://github.com/papyros/qml-material.git material Add the following DEFINE and `.pri` file to your project: @@ -57,7 +57,7 @@ To optionally bundle the Roboto fonts in your project, add this line **ABOVE** t Add the submodule: - git submodule add git@github.com:papyros/qml-material.git material + git submodule add https://github.com/papyros/qml-material.git material Add the following lines to your project's `CMakeLists.txt`, and make sure you add `${VENDOR_SOURCES}` to your `add_executable` line: