From 34eabeb622ed0a228d36182407a56e1a643881f0 Mon Sep 17 00:00:00 2001 From: benarc Date: Wed, 27 Apr 2022 13:35:06 +0100 Subject: [PATCH] typo for doc location --- .github/docs/C-Lightning-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docs/C-Lightning-setup.md b/.github/docs/C-Lightning-setup.md index 1693e835..bf2f367f 100644 --- a/.github/docs/C-Lightning-setup.md +++ b/.github/docs/C-Lightning-setup.md @@ -45,7 +45,7 @@ $ npm install --only=prod ``` ### Prep for Execution RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app. -* Copy the file `Sample-RTL-Config.json` from `./RTL/docs` to `./RTL` and rename it to `RTL-Config.json`. +* Copy the file `Sample-RTL-Config.json` in `./RTL` and rename it to `RTL-Config.json`. * Locate the complete path of the readable `access.macaroon` from `cl-rest` on your node. * Modify the RTL conf file per the example file below