mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Docker compose update for multiarch
Docker compose update for multiarch
This commit is contained in:
parent
dd328cad1c
commit
da96875acb
4 changed files with 8 additions and 8 deletions
4
.github/docs/Core_lightning_setup.md
vendored
4
.github/docs/Core_lightning_setup.md
vendored
|
|
@ -32,7 +32,7 @@ To download from master (*not recommended*):
|
|||
```
|
||||
$ git clone https://github.com/Ride-The-Lightning/RTL.git
|
||||
$ cd RTL
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
|
||||
#### Or: Update existing build
|
||||
|
|
@ -41,7 +41,7 @@ $ cd RTL
|
|||
$ git reset --hard HEAD
|
||||
$ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
### <a name="prep"></a>Prep for Execution
|
||||
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.
|
||||
|
|
|
|||
4
.github/docs/Eclair_setup.md
vendored
4
.github/docs/Eclair_setup.md
vendored
|
|
@ -28,7 +28,7 @@ To download from master (*not recommended*) follow the below instructions:
|
|||
```
|
||||
$ git clone https://github.com/Ride-The-Lightning/RTL.git
|
||||
$ cd RTL
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
#### Or: Update existing build
|
||||
```
|
||||
|
|
@ -36,7 +36,7 @@ $ cd RTL
|
|||
$ git reset --hard HEAD
|
||||
$ git clean -f -d
|
||||
$ git pull
|
||||
$ npm install --omit=dev --legacy-peer-deps
|
||||
$ npm install --omit=dev
|
||||
```
|
||||
### <a name="prep"></a>Prep for Execution
|
||||
RTL requires its own config file `RTL-Config.json`, to start the server and provide user authentication on the app.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue