docs(readme): fix embedmd build

This commit is contained in:
Javier Provecho Fernandez
2017-07-02 16:34:52 +02:00
parent 912a7df572
commit de1fdfd1e5
2 changed files with 3 additions and 2 deletions

View File

@ -120,7 +120,7 @@ $ mkdir -p ~/go/src/github.com/myusername/project && cd "$_"
```sh
$ govendor init
$ govendor add github.com/gin-gonic/gin@v1.2
$ govendor fetch github.com/gin-gonic/gin@v1.2
```
4. Copy a starting template inside your project