From cc5115e407f741007ce8daa1bed4f3a17141975e Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 29 May 2024 15:47:41 +0100 Subject: Update instructions to mention the AppImage --- README.md | 12 +++--------- 1 file 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 -- cgit v1.2.3