From e915afa4865d75f143c38bd366892069de716dba Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 24 Nov 2018 19:42:34 +0100 Subject: [PATCH] url fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc67158e..af193c2e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Clone to your $HOME cd ~ git init . - git remote add -t \* -f origin https://github.com/hanez/home.git + git remote add -t \* -f origin git@git.unixpeople.org:hanez/home.git git checkout master git submodule update --init --recursive