mirror of
https://github.com/writeas/writefreely
synced 2025-01-10 06:45:33 +01:00
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:
parent
cd752858b7
commit
e1cd11df20
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user