Update dev install steps with make install changes

This commit is contained in:
Matt Baer 2019-04-16 11:29:58 -04:00
parent 8ce0a3d959
commit b6c0a0108b

View File

@ -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
``` ```