瀏覽代碼

modify readme

cg33 6 年之前
父節點
當前提交
4645973f19
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -30,14 +30,14 @@ visit: [http://localhost:9033/admin](http://localhost:9033/admin)
 ### step 1
 
 ```shell
-cd $GOPATH && git clone https://github.com/GoAdminGroup/example.git
+git clone https://github.com/GoAdminGroup/example.git
 ```
 
 ### step 2
 
 ```shell
 go get github.com/kardianos/govendor
-cd $GOPATH/example
+cd example
 govendor sync
 ```