aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2024-05-29 15:47:41 +0100
committerGene Pasquet <dev@etenil.net>2024-05-29 15:47:41 +0100
commitcc5115e407f741007ce8daa1bed4f3a17141975e (patch)
treef7ce27090b5beafbd7521c2d4ee8c5dc597b82d9
parent9fcff4d566f580540d3b84be56f9ee791ae21366 (diff)
Update instructions to mention the AppImage
-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