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
|
||||
```console
|
||||
cd ~/repos/lnbits-legend/docker
|
||||
source docker-scripts.sh
|
||||
|
||||
# build the lnbits docker image
|
||||
cd ~/repos/lnbits-legend
|
||||
docker build -t lnbits-legend .
|
||||
|
||||
# source the scripts
|
||||
cd ~/repos/lnbits-legend/docker
|
||||
source docker-scripts.sh
|
||||
|
||||
# start docker-compose with logs
|
||||
lnbits-regtest-start-log
|
||||
# start docker-compose in background
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue