From 6e49d91e48ccb1db9396a4431654574182fdbfb2 Mon Sep 17 00:00:00 2001 From: edouard Date: Tue, 24 Aug 2021 11:09:58 +0200 Subject: [PATCH] README: go versions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a3bb7cf..6a9aed9 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,21 @@ ## Install Require the [go programming language](https://golang.org/) (version >= 1.13) + +**Raspberry Pi users: be aware that Raspbian ships with Go 1.11** ( see +[#30](https://github.com/edouardparis/lntop/issues/30) ) + ``` git clone https://github.com/edouardparis/lntop.git cd lntop && go install ./... ``` +With Go version >= 1.16, you can use [`go-install`](https://golang.org/ref/mod#go-install) + +``` +go install github.com/edouardparis/lntop@latest +``` + ## Config First time `lntop` is used a config file `.lntop/config.toml` is created