Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Add info about GO111MODULE env var for self-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel authored Jun 27, 2020
1 parent 4466847 commit 88e8f3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ If you don't install via cordless via brew, then you should have to get
In order to execute the following commands
[you need to have go 1.12 or a more recent version installed](https://golang.org/doc/install).

**If you have a go version lower than 1.13, you need make sure to set the
environment variable `GO111MODULE` to `on`.**

**UPDATES HAVE TO BE INSTALLED MANUALLY**

You can either install the binary into your `$GOPATH/bin` by running:
Expand Down

0 comments on commit 88e8f3a

Please sign in to comment.