Skip to content

Commit

Permalink
build instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnoga committed Jun 28, 2020
1 parent 59069f4 commit a042ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a042ee5

Please sign in to comment.