Update Bisq GUIDE.md

This commit is contained in:
Ape Mithrandir 2024-03-17 06:16:56 +00:00 committed by GitHub
parent eed1e11782
commit 95879d433a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ wget https://bisq.network/downloads/v$VERSION/Bisq-64bit-$VERSION.deb
wget https://bisq.network/downloads/v$VERSION/Bisq-64bit-$VERSION.deb.asc
curl https://bisq.network/downloads/v$VERSION/E222AA02.asc | gpg --import
gpg --verify Bisq-64bit-$VERSION.deb.asc
sudo mkdir /usr/share/desktop-directories/
sudo dpkg -i Bisq-64bit-$VERSION.deb
### Often the location of the Bisq binary won't be in your $PATH
### Edit your .bashrc (Also install vim because it kicks ass):