From 72f5fb7cd9480e498113cbda5eb1529a9057ae2c Mon Sep 17 00:00:00 2001 From: xdpirate <1757462+xdpirate@users.noreply.github.com> Date: Mon, 20 Nov 2023 03:51:02 +0100 Subject: [PATCH] Link to latest release in install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index affbfb6..9a0287d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It works as intended. It doesn't look too hot on phones at the moment, owing to ### Running on preinstalled AMP stack -1. Clone/download this repository. +1. Clone this repository, or [grab the latest release](https://github.com/xdpirate/gamehorizon/releases/latest) 2. Put the gamehorizon directory in your web server document root (typically `/var/www/html`). 3. Create `credentials.php` within the same directory as `index.php`, and populate it with the following: @@ -66,7 +66,7 @@ $mysqlPassword = "your-sql-password"; ### Running with Docker -1. Clone/download this repository. +1. Clone this repository, or [grab the latest release](https://github.com/xdpirate/gamehorizon/releases/latest) 2. `cd` to the directory with the repository. 3. Build and run the image with `docker-compose up -d` 4. Wait 10-20 seconds after the first run to let the database start up.