From 7bc1f4d9b974f7baa2df7b9f2aa62351165e18e1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Dec 2025 17:33:09 -0500 Subject: Update quick install script --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3