forked from mirror/gin
docs(readme): fix step in vendor tool example
This commit is contained in:
parent
84fc31f9f8
commit
912a7df572
|
@ -126,7 +126,7 @@ $ govendor add github.com/gin-gonic/gin@v1.2
|
|||
4. Copy a starting template inside your project
|
||||
|
||||
```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
|
||||
|
|
Loading…
Reference in New Issue