docs(readme): fix step in vendor tool example

This commit is contained in:
Javier Provecho Fernandez 2017-07-02 16:28:37 +02:00
parent 84fc31f9f8
commit 912a7df572

View File

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