From 2012a118e6e7222deec1ec8cb106f82b685b1eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles=20C=C3=A9leste=20Hutchins?= Date: Sat, 8 Apr 2017 13:48:06 +0100 Subject: [PATCH] Don't require ssh login to git clone People who do not have an account on gnu.io cannot clone the project via ssh. This change to https allows interested users, such as myself, to clone code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dfe8ae05c..0d62d68a91 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ to install the development version of GNU social. To get it, use the git version control tool like so: - git clone git@git.gnu.io:gnu/gnu-social.git + git clone https://git.gnu.io/gnu/gnu-social.git In the current phase of development it is probably recommended to use git as a means to stay up to date