Browse Source

docs(readme): fix step in vendor tool example

Javier Provecho Fernandez 8 years ago
parent
commit
912a7df572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -126,7 +126,7 @@ $ govendor add github.com/gin-gonic/gin@v1.2
 4. Copy a starting template inside your project
 4. Copy a starting template inside your project
 
 
 ```sh
 ```sh
-$ cp ~/go/src/github.com/gin-gonic/gin/examples/basic/* .
+$ curl https://raw.githubusercontent.com/gin-gonic/gin/master/examples/basic/main.go > main.go
 ```
 ```
 
 
 5. Run your project
 5. Run your project