From 3ce8002e0e2d6de6d37f9df535f3e7ba30fee5d1 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 1 Jan 2023 19:45:58 -0600 Subject: [PATCH] add instructions --- site/pages/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/pages/index.md b/site/pages/index.md index 3277793..f5c923b 100644 --- a/site/pages/index.md +++ b/site/pages/index.md @@ -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 +```