general: add go 1.16 requirement to readme [skip ci] (#37)
This commit is contained in:
parent
823b639245
commit
fbd190628c
@ -24,7 +24,9 @@ An alternative implementation for [bird-lg](https://github.com/sileht/bird-lg) w
|
|||||||
|
|
||||||
## Build Instructions
|
## Build Instructions
|
||||||
|
|
||||||
Run `make` to build binaries for both the frontend and the proxy. You need to have Go installed on your machine.
|
You need to have **Go 1.16 or newer** installed on your machine.
|
||||||
|
|
||||||
|
Run `make` to build binaries for both the frontend and the proxy.
|
||||||
|
|
||||||
Optionally run `make install` to install them to `/usr/local/bin`.
|
Optionally run `make install` to install them to `/usr/local/bin`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user