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.