From 111c91c6a87ec32cd5400eab13bd6dec146082b3 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Thu, 3 Oct 2024 02:25:41 +0000 Subject: [PATCH] placeorder_patch --- README.md | 4 ++-- bsx/update.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cfcb66..dd056cd 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 -b dev +git clone https://github.com/nahuhh/basicswap-bash -b placeorders 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 -b dev +git clone https://github.com/nahuhh/basicswap-bash -b placeorders cd basicswap-bash mkdir -p $HOME/.local/bin rm -r $HOME/.local/bin/bsx diff --git a/bsx/update.sh b/bsx/update.sh index 356a2dd..3665801 100755 --- a/bsx/update.sh +++ b/bsx/update.sh @@ -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 -b dev +git clone https://github.com/nahuhh/basicswap-bash -b placeorders cd basicswap-bash # Move scripts