From 1ca58c208e69b34b967c7bb95c2a0da874388adf Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Mon, 31 Dec 2018 18:05:55 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3fa678e3..167f6375 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ RTL source code is available at the below repo: https://github.com/ShahanaFarooqui/RTLFullApplication +Screenshots and UI operation guide is availble on the below medium post: + +https://medium.com/@suheb.khan/how-to-ride-the-lightning-447af999dcd2 + ### Prerequisites Please ensure that you have completed the installation of LND lightning node. @@ -136,3 +140,7 @@ To access the application remotely from a computer, ensure that the firewall run You would need the IP address of your node to access the application. E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL. + +### Troubleshooting +Feel free to open issues on our github, in case you are running into issues with the application. +You can also reach out via twitter DM @Sauby_k. Thanks.