mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue