Merge pull request #55 from theycallhermax/main

Fix installation command in Development Setup
This commit is contained in:
Matt Baer 2024-10-05 14:43:48 -04:00 committed by GitHub
commit d712d599c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,9 +12,9 @@ Ready to hack on your site? Here's a quick overview.
After installing Go and Node.js, run the following commands to build, configure, and run the application. After installing Go and Node.js, run the following commands to build, configure, and run the application.
```bash ```bash
go get -d github.com/writefreely/writefreely/cmd/writefreely go install github.com/writefreely/writefreely/cmd/writefreely@latest
cd $GOPATH/src/github.com/writefreely/writefreely cd $GOPATH/pkg/mod/github.com/writefreely/writefreely@*
make build # Compile the application make build # Compile the application
make install # Config, generate keys, setup database, install LESS compiler make install # Config, generate keys, setup database, install LESS compiler