From 1f49d52df7412bc90b151a49f650810c69045f55 Mon Sep 17 00:00:00 2001 From: Levi Tan Ong Date: Mon, 29 Apr 2019 14:18:14 +0800 Subject: [PATCH] Fix typo on git clone statement --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 9628e19..6ee30c9 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Get guile 2.x: http://gnu.org/s/guile Then get and install guildhall: - git clone git@github.com/ijp/guildhall.git + git clone git@github.com:ijp/guildhall.git cd guildhall ./autogen.sh && ./configure --prefix /usr && make sudo make install