From 4ff68d7be948dbae43a6d4b6afcc7989265f4071 Mon Sep 17 00:00:00 2001 From: Xionghc Date: Sat, 1 Jul 2017 20:01:40 +0800 Subject: [PATCH] Update README.md Fix clone command error. And change the clone method to HTTPS. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2357e541..7cee71e3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Armariris是作者自创语言Selahpheno中孤挺花的意思. ```shell mkdir obf cd obf -clone git@github.com:gossip-sjtu/Armariris.git +git clone https://github.com/gossip-sjtu/Armariris cmake -DCMAKE_BUILD_TYPE:String=Release ./Armariris make -j4 ``` @@ -52,7 +52,7 @@ Although nobody unserstands her, she still guards her sister and the world persi ```shell mkdir obf cd obf -clone git@github.com:gossip-sjtu/Armariris.git +git clone https://github.com/gossip-sjtu/Armariris cmake -DCMAKE_BUILD_TYPE:String=Release ./Armariris make -j4 ```