diff --git a/README.md b/README.md index eda3b24..4cfcb66 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ BasicSwapDEX on Windows(WSL)/Debian/Ubuntu/Arch/Fedora ### New Installation ```bash -git clone https://github.com/nahuhh/basicswap-bash +git clone https://github.com/nahuhh/basicswap-bash -b dev cd basicswap-bash && ./install.sh cd .. && rm -rf basicswap-bash ``` ### Update scripts from older versions ``` bash cd ~/coinswaps/basicswap -git clone https://github.com/nahuhh/basicswap-bash +git clone https://github.com/nahuhh/basicswap-bash -b dev cd basicswap-bash mkdir -p $HOME/.local/bin rm -r $HOME/.local/bin/bsx diff --git a/bsx/setup.sh b/bsx/setup.sh index 6757eee..fd08deb 100755 --- a/bsx/setup.sh +++ b/bsx/setup.sh @@ -13,7 +13,7 @@ $SWAP_DATADIR/venv/bin/pip install . ## Clone basicswap git cd $SWAP_DATADIR -git clone https://github.com/basicswap/basicswap +git clone https://github.com/basicswap/basicswap -b dev cd $SWAP_DATADIR/basicswap ## Install basicswap $SWAP_DATADIR/venv/bin/pip install wheel diff --git a/bsx/update.sh b/bsx/update.sh index 9ac7faf..2c4b1f1 100755 --- a/bsx/update.sh +++ b/bsx/update.sh @@ -3,7 +3,7 @@ cd $SWAP_DATADIR/basicswap # Download updated scripts echo "Updating basicswap-bash scripts" && sleep 1 -git clone https://github.com/nahuhh/basicswap-bash +git clone https://github.com/nahuhh/basicswap-bash -b dev cd basicswap-bash # Move scripts