From 92906f3049055d46fdfde4bb68b8aef3665e1442 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:25:15 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8806d9df..b81dc8af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[ **Intro** ] -- [ [Application Features] ] +----- # RTL - Ride The Lightning RTL is a web UI for Lightning Network Daemon. @@ -51,4 +53,11 @@ If the server started successfully, you should get the below output on the conso `Server is up and running, please open the UI at http://localhost:3000` +## Accessing the Application + +You can access the application in two ways: +### Same computer as the webserver Open your browser at the following address: http://localhost:3000 to access the RTL application. + +### Remotely from another computer on the same local network as the node +To access the application remotely from a computer, ensure that the firewall running on your node allows access on port 3000.