mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-11-16 15:57:38 +00:00
move dep to bsx
This commit is contained in:
parent
9d603800af
commit
97d30e6a07
8 changed files with 14 additions and 6 deletions
16
README.md
16
README.md
|
@ -8,11 +8,19 @@ tar xvf basicswap-bash.tar.gz
|
|||
cd basicswap-bash && ./install.sh
|
||||
```
|
||||
### Running BasicSwapDEX
|
||||
`basicswap-bash`
|
||||
```
|
||||
basicswap-bash
|
||||
```
|
||||
|
||||
### Add coins
|
||||
`bsx-addcoin`
|
||||
```
|
||||
bsx-addcoin
|
||||
```
|
||||
### Update BSX core
|
||||
`bsx-update`
|
||||
```
|
||||
bsx-update
|
||||
```
|
||||
### Update blockchains
|
||||
`bsx-upgrade-coins`
|
||||
```
|
||||
bsx-upgrade-coins
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
. $SWAP_DATADIR/venv/bin/activate && python -V
|
||||
./dep/setup.sh
|
||||
./bsx/setup.sh
|
|
@ -44,4 +44,4 @@ mkdir -p "$SWAP_DATADIR/venv"
|
|||
python3 -m venv "$SWAP_DATADIR/venv"
|
||||
|
||||
## Activate venv
|
||||
./dep/activate_venv.sh
|
||||
./bsx/activate_venv.sh
|
||||
|
|
Loading…
Reference in a new issue