Skip to content

Commit

Permalink
Add tag flag to command (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcftang authored and markbates committed May 13, 2018
1 parent d89270d commit 3e88947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $ go install github.com/gobuffalo/pop/soda

```bash
$ go get -u -v -tags sqlite github.com/gobuffalo/pop/...
$ go install github.com/gobuffalo/pop/soda
$ go install -tags sqlite github.com/gobuffalo/pop/soda
```

If you're not building your code with `buffalo build`, you'll also have to pass `-tags sqlite` to `go build` when building your program.
Expand Down

0 comments on commit 3e88947

Please sign in to comment.