mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-08 19:59:33 +00:00
Fix typo
This commit is contained in:
parent
13f2ffa9ec
commit
755583fd1d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Dependencies:
|
|||
### Basicswap:
|
||||
|
||||
$ export SWAP_DATADIR=/Users/$USER/coinswaps
|
||||
$ mkdirs -p "$SWAP_DATADIR/venv"
|
||||
$ mkdir -p "$SWAP_DATADIR/venv"
|
||||
$ python3 -m venv "$SWAP_DATADIR/venv"
|
||||
$ . $SWAP_DATADIR/venv/bin/activate && python -V
|
||||
$ cd $SWAP_DATADIR
|
||||
|
|
Loading…
Reference in a new issue