READ ME
pull/1/head
ShahanaFarooqui 6 years ago
parent 73339666bd
commit 62795e7de1

@ -18,14 +18,10 @@ It can be either on testnet or mainnet
Fetch sources from the RTL git repository:
`git clone https://github.com/ShahanaFarooqui/RTLFullApplication.git`
`git clone https://github.com/ShahanaFarooqui/RTL.git`
Move into the newly created directory:
`cd RTLFullApplication`
Move into the install directory:
`cd RTL`
Fetch the dependencies and build the application by running:
@ -44,6 +40,9 @@ This path needs to be provided as a command line argument to start the server
## Start the Webserver
Run the following command:
`node rtl --lndir <macaroon-path>`
For example:
`node rtl --lndir /home/admin/.lnd`
If the server started successfully, you should get the below output on the console:

Loading…
Cancel
Save