add curl command for tails install script
Some checks failed
CI / build (ubuntu-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CI / build (macos-13) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled

This commit is contained in:
woodser 2024-09-09 09:09:29 -04:00
parent 6d1f1e43d6
commit 86b3b1045e

View file

@ -3,7 +3,12 @@
Install Haveno on Tails by following these steps:
1. Enable persistent storage dotfiles and admin password before starting tails.
2. Download [haveno-install.sh](haveno-install.sh).
2. Download [haveno-install.sh](haveno-install.sh):
```
curl -fsSLO https://github.com/haveno-dex/haveno/raw/master/scripts/install_tails/haveno-install.sh
```
3. Execute installation script:
```