aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 17:33:09 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 17:33:09 -0500
commit7bc1f4d9b974f7baa2df7b9f2aa62351165e18e1 (patch)
tree071e89ef35cbc3b58bf2a28bc1159a612d2b99d0
parent79b6990e5af7adf0e41d0107e7936e4157c5aa0a (diff)
Update quick install script
-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