Minor typo at docker execution

This commit is contained in:
analogic 2017-08-26 16:36:37 +02:00 committed by Christian Decker
parent 4b64b7f2aa
commit 5db4e1144b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ sudo docker run \
-v $HOME/.lightning:/root/.lightning \
-v $HOME/.bitcoin:/root/.bitcoin \
-p 9735:9735 \
/cdecker/lightningd:master
cdecker/lightningd:master
```
### Starting `lightningd`