mirror of
https://github.com/writefreely/documentation.git
synced 2024-11-14 23:11:03 +00:00
Update dev install steps with make install changes
This commit is contained in:
parent
8ce0a3d959
commit
b6c0a0108b
@ -18,7 +18,6 @@ go get -d github.com/writeas/writefreely/cmd/writefreely
|
|||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
|
||||||
make build # Compile the application
|
make build # Compile the application
|
||||||
./cmd/writefreely/writefreely --config # Create configuration file
|
make install # Config, generate keys, setup database, install LESS compiler
|
||||||
make install # Generates encryption keys; installs LESS compiler
|
make run # Run the application
|
||||||
make run # Runs the application
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user