Skip to content

Commit

Permalink
Link to latest release in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
xdpirate committed Nov 20, 2023
1 parent de87597 commit 72f5fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Expand Down

0 comments on commit 72f5fb7

Please sign in to comment.