From 94dfcf1735acc989e804ad1f30a99e8c0be4758f Mon Sep 17 00:00:00 2001 From: Aleksander Rognhaugen Date: Tue, 2 Feb 2016 19:17:54 +0100 Subject: [PATCH] Default README to HTTPS. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2c811e1..f0e8497 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ The project and all third-party libraries can be downloaded by cloning this repo .. code-block:: bash - git clone --recursive git@github.com:senbon/gloom.git + git clone --recursive https://github.com/senbon/gloom.git If you have already cloned the repository and missed the ``--recursive`` flag, then the following grabs all dependencies.