Skip to content

Commit 6b9b240

Browse files
fix installation command
1 parent cd5b82f commit 6b9b240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

developer/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Ready to hack on your site? Here's a quick overview.
1212
After installing Go and Node.js, run the following commands to build, configure, and run the application.
1313

1414
```bash
15-
go get -d github.com/writefreely/writefreely/cmd/writefreely
15+
go install github.com/writefreely/writefreely/cmd/writefreely@latest
1616

17-
cd $GOPATH/src/github.com/writefreely/writefreely
17+
cd $GOPATH/pkg/mod/github.com/writefreely/writefreely@*
1818

1919
make build # Compile the application
2020
make install # Config, generate keys, setup database, install LESS compiler

0 commit comments

Comments
 (0)