From 2a98d91591f519990c0bf6f281527ec013302687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Wed, 9 Feb 2022 17:04:13 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a1afe2..3284407 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ ## Install +Note: If you are using **Umbrel** or [**Citadel**](https://github.com/runcitadel) you can simply install the [**Lightning Shell**](https://github.com/ibz/lightningshell.app) app from the respective dashboard. This will give you `lntop` which should just work without any additional configuration. + Require the [go programming language](https://golang.org/) (version >= 1.13) **Raspberry Pi users: be aware that Raspbian ships with Go 1.11** ( see From 486058d2babe7ea8ee54215fed461a5481b0d778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Fri, 18 Feb 2022 16:34:59 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0619758..b152d92 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ ## Install -Note: If you are using **Umbrel** or [**Citadel**](https://github.com/runcitadel) you can simply install the [**Lightning Shell**](https://github.com/ibz/lightningshell.app) app from the respective dashboard. This will give you `lntop` which should just work without any additional configuration. - Require the [go programming language](https://golang.org/) (version >= 1.13) **Raspberry Pi users: be aware that Raspbian ships with Go 1.11** ( see @@ -32,6 +30,8 @@ With Go version >= 1.16, you can use [`go-install`](https://golang.org/ref/mod#g go install github.com/edouardparis/lntop@latest ``` +Note: If you are using [**Umbrel**](https://getumbrel.com) or [**Citadel**](https://runcitadel.space) you can simply install the [**Lightning Shell**](https://lightningshell.app) app from the respective dashboard. This will give you `lntop` which should just work without any additional configuration. + ## Config First time `lntop` is started, a config file `.lntop/config.toml` is created in the user's home directory. Change `address`, `cert` path and `macaroon` path according to your setup.