general: add go 1.16 requirement to readme [skip ci] (#37)

This commit is contained in:
Yuhui Xu 2021-08-30 23:46:14 -05:00 committed by GitHub
parent 823b639245
commit fbd190628c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,9 @@ An alternative implementation for [bird-lg](https://github.com/sileht/bird-lg) w
## 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`.