From a8ff98279f41f32d9bb6d9ba05f53e9284acf7f4 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 15 Sep 2018 23:19:38 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72dd5537..b04d7c5a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Lightning Network Daemon is an implementation of Lightning Network BOLT protocol Visit their Github repo (https://github.com/lightningnetwork/lnd/blob/master/README.md) for details on Lightning Network and LND implementation. -This UI builds upon the below raspberry pi guide: +For setting up your Lightning Network node, you can follow the below guide: https://github.com/Stadicus/guides/blob/master/raspibolt/README.md ## Prerequisites -Please ensure that you have completed the installation of lightning node on your raspberry pi, based on the above guide. +Please ensure that you have completed the installation of lightning node. It can be either on testnet or mainnet @@ -31,7 +31,7 @@ Fetch the dependencies and build the application by running: ## Execution Make sure you are in the RTL directory, where the application was built. -Locate the complete path of the readable macroon file on your pi. +Locate the complete path of the readable macroon file (admin.macroon) on your node. If you followed the guide above, it should be `/home/admin/.lnd`.