mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2025-03-31 03:29:02 +00:00
move dep to bsx
This commit is contained in:
parent
9d603800af
commit
e6e22ba9d4
8 changed files with 13 additions and 5 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
|
||||
```
|
||||
|
|
|
@ -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