From 45d061755c5028397f3ea9efdcb4a06fc8448bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Tue, 10 Mar 2020 19:58:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f45138..ed7eea4 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ ## Usage * Create an empty MySQL database +* Enable Go module support: `export GO111MODULE=on` * Get code: `go get github.com/n1try/wakapi` * Go to project root: `cd "$GOPATH/src/github.com/n1try/wakapi"` -* Install dependencies: `go get -d ./...` * Copy `.env.example` to `.env` and set database credentials * Set target port in `config.ini` * Build executable: `go build`