diff --git a/.github/README.md b/.github/README.md
index bf5f07aa..4dbe8144 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -69,7 +69,7 @@ RTL requires its own config file `RTL-Config.json`, to start the server and prov
*Advanced users can refer to [this page](./docs/Multi_node_setup.md), for config settings required to manage multiple nodes*
-* Copy the file `Sample-RTL-Config.json` from `./RTL/docs` to `./RTL` and rename it to `RTL-Config.json`.
+* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`.
* Locate the complete path of the readable macroon file (admin.macroon) on your node and the lnd.conf file.
* Modify the `RTL-Config.json` file per the example file below
diff --git a/.github/docs/Core_lightning_setup.md b/.github/docs/Core_lightning_setup.md
index 8c0ef8a7..9eb5b52b 100644
--- a/.github/docs/Core_lightning_setup.md
+++ b/.github/docs/Core_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` in `./RTL` and rename it to `RTL-Config.json`.
+* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`..
* 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
diff --git a/.github/docs/Eclair_setup.md b/.github/docs/Eclair_setup.md
index ecff5503..940c6a60 100644
--- a/.github/docs/Eclair_setup.md
+++ b/.github/docs/Eclair_setup.md
@@ -40,7 +40,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`.
+* Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`..
* Locate the complete path of the readable `eclair.conf` for your node.
* Modify the RTL conf file per the example file below
diff --git a/.github/docs/Multi_node_setup.md b/.github/docs/Multi_node_setup.md
index 83ee9ee3..5b8cf574 100644
--- a/.github/docs/Multi_node_setup.md
+++ b/.github/docs/Multi_node_setup.md
@@ -16,7 +16,7 @@ This step is only required to configure the nodes, which will be remotely connec
4. Restart LND
#### 2. Configure 'RTL-Config.json'
-1. Copy the file `Sample-RTL-Config.json` from `./RTL/docs` to `./RTL` and rename it to `RTL-Config.json`
+1. Rename the file `Sample-RTL-Config.json` to `RTL-Config.json` located at`./RTL`.
2. Set `multiPass` to the preferred password. This password will be used to authenticate the user for RTL. Once authenticated, the user will be able to access all the nodes configured in the json file
3. Set the `port` to the preferred port number over which to run RTL
4. Set the `defaultNodeIndex` to configure the default start up node at server restart