Pārlūkot izejas kodu

Fixed typo in build method

Toby Chui 4 gadi atpakaļ
vecāks
revīzija
c7d783a37d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
 ```