diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 17:33:09 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 17:33:09 -0500 |
| commit | 7bc1f4d9b974f7baa2df7b9f2aa62351165e18e1 (patch) | |
| tree | 071e89ef35cbc3b58bf2a28bc1159a612d2b99d0 /README.md | |
| parent | 79b6990e5af7adf0e41d0107e7936e4157c5aa0a (diff) | |
Update quick install script
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
