Update go get instructions

Including the `-d` flag ensures the package doesn't build. We need this
because it will immediately fail, since the static assets haven't been
compiled yet.
This commit is contained in:
Matt Baer 2019-01-26 11:13:36 -05:00
parent cd752858b7
commit e1cd11df20

View file

@ -102,7 +102,7 @@ Ready to hack on your site? Here's a quick overview.
### Setting up
```bash
go get github.com/writeas/writefreely/cmd/writefreely
go get -d github.com/writeas/writefreely/cmd/writefreely
```
Configure your site, create your database, and import the schema [as shown above](#quick-start). Then generate the remaining files you'll need: