use dev branches

This commit is contained in:
nahuhh 2024-10-01 19:48:39 +00:00
parent 61b8618e90
commit 387dfec6e7
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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
## Macos
if [[ $MACOS ]]; then

View file

@ -4,7 +4,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