fix errors in readme

This commit is contained in:
dni 2022-07-08 13:09:01 +02:00
commit 55f3bfc6eb

View file

@ -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