Fix download command in README

This commit is contained in:
Aaron L 2016-09-04 14:42:14 -07:00
parent 5d3bd0ba54
commit 9a534e73e2

View file

@ -187,7 +187,7 @@ fmt.Println(len(users.R.FavoriteMovies))
#### Download
```shell
go get -u -t github.com/vattle/sqlboiler/cmd/sqlboiler
go get -u -t github.com/vattle/sqlboiler
```
#### Configuration