浏览代码

Fixed typo in build method

Toby Chui 4 年之前
父节点
当前提交
c7d783a37d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ Require GO 1.14 or above
 Run the following the command to build the system
 
 ```
-git pull https://github.com/tobychui/arozos
+git clone https://github.com/tobychui/arozos
 cd ./arozos/src/
 go build
 ```