mirror of
https://github.com/romanz/electrs.git
synced 2025-02-22 22:36:37 +01:00
Add missing \ to usage.md
This commit is contained in:
parent
edad6eec0c
commit
25702d1217
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ $ mkdir db
|
|||
$ docker run --network host \
|
||||
--volume $HOME/.bitcoin:/home/user/.bitcoin:ro \
|
||||
--volume $PWD/db:/home/user/db \
|
||||
--env ELECTRS_DB_DIR=/home/user/db
|
||||
--env ELECTRS_DB_DIR=/home/user/db \
|
||||
--rm -i -t electrs-app
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue