aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b888f51..f2b4bc36 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,9 @@ are implemented in Tomo.
If you don't want to build from source but just want to install, run this script:
```
-curl https://raw.githubusercontent.com/bruce-hill/tomo/refs/heads/main/install_script.sh | bash
+curl -o /tmp/install_tomo.sh https://raw.githubusercontent.com/bruce-hill/tomo/refs/heads/main/install_script.sh \
+ && bash /tmp/install_tomo.sh
+rm -f /tmp/install_tomo.sh
```
## Features