From 874075b3710149c0b22da1bf6f73f03bcfe0ff1f Mon Sep 17 00:00:00 2001 From: woodser Date: Mon, 9 Sep 2024 09:13:47 -0400 Subject: [PATCH] add curl command for tails install script --- scripts/install_tails/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/install_tails/README.md b/scripts/install_tails/README.md index dad279900c..aa9f81ce53 100644 --- a/scripts/install_tails/README.md +++ b/scripts/install_tails/README.md @@ -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: ```