From a042ee5cffd24a99982324d1cd0a88255a5744dc Mon Sep 17 00:00:00 2001 From: mlnoga Date: Mon, 29 Jun 2020 01:04:23 +0200 Subject: [PATCH] build instructions update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da55e7a..a104d0b 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Linux and Mac already have a proper shell. On Windows, installing [Msys2](https: If you haven't done so already, install golang via your operating system package manager, or from the [golang repository](https://golang.org/doc/install]). -Then run `go get -u github.com/mlnoga/nightlight`, and Nightlight will be ready for your use in `$GOPATH/bin/nightlight`. +Then run `GO111MODULE=on go get -u github.com/mlnoga/nightlight/cmd/nightlight`, and Nightlight will be ready for your use in `$GOPATH/bin/nightlight`. ## License