diff options
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 |
