add instructions

This commit is contained in:
Waylon Walker 2023-01-01 19:45:58 -06:00
parent 957d5d5202
commit 3ce8002e0e
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -14,3 +14,18 @@ Creeper adventure is a game I am making with my son.
* [windows](./creeper-windows-latest.zip)
* [linux](./creeper-linux-latest.zip)
## Windows
unzip the file and run creeper.exe.
## Linux
unzip the file.
``` bash
unzip creeper-linux-latest
cd creeper
chmod +x creeper
creeper
```