소스 검색

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
 ```