Update Go version in readme
Also added instructions for installing a newer version of Go alongside the OS version and using that instead.
This commit is contained in:
parent
5b06603977
commit
6996621c0e
11
readme.md
11
readme.md
@ -8,9 +8,18 @@ online.
|
||||
|
||||
## Build requirements
|
||||
|
||||
- Go 1.12 or newer
|
||||
- Go 1.13 or newer
|
||||
- GNU Make
|
||||
|
||||
### Older Go Versions
|
||||
|
||||
You can install a newer version of Go alongside your OS's distribution by
|
||||
following the guide here: [https://golang.org/doc/install#extra_versions](https://golang.org/doc/install#extra_versions)
|
||||
|
||||
Once you have that setup add an enviromnent variable named `GO_VERSION` and
|
||||
set it to the version you installed (eg, `1.14.1`). The Makefile will now use
|
||||
the newer version.
|
||||
|
||||
## Install
|
||||
|
||||
To just download and run:
|
||||
|
Loading…
Reference in New Issue
Block a user