From 3f26013b28a8174f33320e7d229fef2881cc2ed6 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 23 Mar 2020 18:38:08 +0000 Subject: [PATCH] the 'binary' releases are hugely out of date --- docs/INSTALL.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index c91f415e..c986ff30 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -12,16 +12,16 @@ Two main options: 1. Via Git (allows easiest updates via `git pull`): - * `git clone https://github.com/shish/shimmie2` - * Install [Composer](https://getcomposer.org/). (If you don't already have it) - * Run `composer install` in the shimmie folder. + `git clone https://github.com/shish/shimmie2` 2. Via Stable Release: - * Download the latest release under [Releases](https://github.com/shish/shimmie2/releases). + Download the latest release under [Releases](https://github.com/shish/shimmie2/releases). # Install -1. Create a blank database -2. Visit the install folder with a web browser -3. Enter the location of the database -4. Click "install". Hopefully you'll end up at the welcome screen; if +1. Install [Composer](https://getcomposer.org/). (If you don't already have it) +2. Run `composer install` in the shimmie folder. +3. Create a blank database +4. Visit the install folder with a web browser +5. Enter the location of the database +6. Click "install". Hopefully you'll end up at the welcome screen; if not, you should be given instructions on how to fix any errors~