fix errors in readme
This commit is contained in:
parent
5f28d7c0d1
commit
55f3bfc6eb
1 changed files with 4 additions and 3 deletions
|
|
@ -11,13 +11,14 @@ git clone git@github.com:lnbits/legend-regtest-enviroment.git ~/repos/lnbits-leg
|
||||||
```
|
```
|
||||||
# usage
|
# usage
|
||||||
```console
|
```console
|
||||||
cd ~/repos/lnbits-legend/docker
|
|
||||||
source docker-scripts.sh
|
|
||||||
|
|
||||||
# build the lnbits docker image
|
# build the lnbits docker image
|
||||||
cd ~/repos/lnbits-legend
|
cd ~/repos/lnbits-legend
|
||||||
docker build -t lnbits-legend .
|
docker build -t lnbits-legend .
|
||||||
|
|
||||||
|
# source the scripts
|
||||||
|
cd ~/repos/lnbits-legend/docker
|
||||||
|
source docker-scripts.sh
|
||||||
|
|
||||||
# start docker-compose with logs
|
# start docker-compose with logs
|
||||||
lnbits-regtest-start-log
|
lnbits-regtest-start-log
|
||||||
# start docker-compose in background
|
# start docker-compose in background
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue