From fbd190628c18965d45b3d035a3534b5123282f69 Mon Sep 17 00:00:00 2001 From: Yuhui Xu Date: Mon, 30 Aug 2021 23:46:14 -0500 Subject: [PATCH] general: add go 1.16 requirement to readme [skip ci] (#37) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 087e281..0446fad 100644 --- a/README.md +++ b/README.md @@ -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`.