From 394dc308173b57a691311844db27c8b0629490b4 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 21 Apr 2020 13:05:39 -0400 Subject: [PATCH] Update requirements to Go 1.13 --- developer/setup.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/developer/setup.md b/developer/setup.md index 6c0be66..44762aa 100644 --- a/developer/setup.md +++ b/developer/setup.md @@ -4,7 +4,7 @@ Ready to hack on your site? Here's a quick overview. ## Prerequisites -* [Go 1.10+](https://golang.org/dl/) +* [Go 1.13+](https://golang.org/dl/) * [Node.js](https://nodejs.org/en/download/) ## Setting up @@ -16,9 +16,6 @@ go get -d github.com/writeas/writefreely/cmd/writefreely cd $GOPATH/src/github.com/writeas/writefreely -# If running Go 1.11+ -export GO111MODULE=on - make build # Compile the application make install # Config, generate keys, setup database, install LESS compiler make run # Run the application