From f121cb3f9b059d9f2be03f768fcaae7eb4a0af35 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 18 Nov 2018 09:03:14 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f0bf2543..6bd51b99 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ 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. For setting up your Lightning Network node on a Raspberry Pi, you can follow the below guide: + https://github.com/Stadicus/guides/blob/master/raspibolt/README.md ### Prerequisites @@ -24,6 +25,7 @@ Recommended Browsers: Chrome, Firefox, MS Edge ### Installation +#### First time setup Fetch sources from the RTL git repository, by executing the below command at the command prompt: `$ git clone https://github.com/ShahanaFarooqui/RTL.git` @@ -36,6 +38,14 @@ Fetch the dependencies and build the application by running: `$ npm install` +#### Updating existing build +`$ cd RTL` +Reset Git (for the changes you may have made to the config file). +Warning: This step will revert the settings changes, you may have made on RTL earlier. We will address this in future revisions. +`$ git reset --hard HEAD` +`$ git clean -f -d` +`$ git pull` + ### Execution Make sure you are in the RTL directory, where the application was built.