diff options
author | Gene Pasquet <dev@etenil.net> | 2024-05-27 22:29:52 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-05-27 22:29:52 +0100 |
commit | a258a6fa2eed6a58536d7d4bc01ad8b5e18f0f69 (patch) | |
tree | 2e198913aad06f709771417bd565d66d67c8383f | |
parent | 8356151f87ff449a1f31899fb4c01f0e61e8127f (diff) |
Moar instructions
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ 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`: + +``` +tar -xzf turbo-racer-3000-1.0*.tar.gz +cd turbo-racer-3000-1.0 +./turbo-racer-3000 +``` + ## Credits * Game design / Code by Guillaume Pasquet and Owen Pasquet |