mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
READ ME
READ ME
This commit is contained in:
parent
73339666bd
commit
62795e7de1
1 changed files with 4 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue