fix installation command

This commit is contained in:
Max Walters 2024-08-10 01:37:05 -04:00 committed by GitHub
parent cd5b82fa44
commit 6b9b240ab2
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