mirror of
https://github.com/writefreely/documentation.git
synced 2024-11-14 23:11:03 +00:00
Update requirements to Go 1.13
This commit is contained in:
parent
0e54ae528c
commit
394dc30817
@ -4,7 +4,7 @@ Ready to hack on your site? Here's a quick overview.
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* [Go 1.10+](https://golang.org/dl/)
|
* [Go 1.13+](https://golang.org/dl/)
|
||||||
* [Node.js](https://nodejs.org/en/download/)
|
* [Node.js](https://nodejs.org/en/download/)
|
||||||
|
|
||||||
## Setting up
|
## Setting up
|
||||||
@ -16,9 +16,6 @@ go get -d github.com/writeas/writefreely/cmd/writefreely
|
|||||||
|
|
||||||
cd $GOPATH/src/github.com/writeas/writefreely
|
cd $GOPATH/src/github.com/writeas/writefreely
|
||||||
|
|
||||||
# If running Go 1.11+
|
|
||||||
export GO111MODULE=on
|
|
||||||
|
|
||||||
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
|
||||||
make run # Run the application
|
make run # Run the application
|
||||||
|
Loading…
Reference in New Issue
Block a user