aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index cbe904b..824db65 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,11 @@ A video game entry for the Spring Lisp Game Jam 2024.
Only Linux is supported at this time.
-Grab the bundle that matches your distribution best; either:
-
-- [Arch linux](https://gitlab.com/binary-ec/turbo-racer/-/raw/main/turbo-racer-3000-1.0-archlinux.tar.gz?ref_type=heads&inline=false)
-- [Debian](https://gitlab.com/binary-ec/turbo-racer/-/raw/main/turbo-racer-3000-1.0-debian.tar.gz?ref_type=heads&inline=false)
-
-Unpack the bundle, then run `turbo-racer-3000`:
+Grab the AppImage file from the repo, then do:
```
-tar -xzf turbo-racer-3000-1.0*.tar.gz
-cd turbo-racer-3000-1.0
-./turbo-racer-3000
+chmod +x turbo-racer-3000-latest-x86_64.AppImage
+./turbo-racer-3000-latest-x86_64.AppImage
```
## Credits