From 33b6e7136895b5c65df4e0d19edd78ee07e348c6 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sun, 7 Oct 2018 18:21:45 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f5f06a5..2698d390 100644 --- a/README.md +++ b/README.md @@ -51,16 +51,20 @@ Run the following command: For example: `$ node rtl --lndir /home/admin/.lnd` + or + `$ node rtl --lndir /home/admin/.lnd/data/chain/bitcoin/testnet` + or (for windows) + `$ node rtl --lndir C:\Users\\AppData\Local\Lnd\data\chain\bitcoin\testnet` If the server started successfully, you should get the below output on the console: `Server is up and running, please open the UI at http://localhost:3000` -### Running RTL as a service (rpi or Linux platform users) +### Optional: Running RTL as a service (rpi or Linux platform users) In case you are running a headless rpi or Linux node, you can configure RTL as a service. ## Accessing the Application