composer is a pain on windows
This commit is contained in:
parent
040bffa4f6
commit
d14819387e
1 changed files with 7 additions and 7 deletions
|
@ -12,16 +12,16 @@
|
|||
Two main options:
|
||||
|
||||
1. Via Git (allows easiest updates via `git pull`):
|
||||
`git clone https://github.com/shish/shimmie2`
|
||||
1. `git clone https://github.com/shish/shimmie2`
|
||||
2. Install [Composer](https://getcomposer.org/). (If you don't already have it)
|
||||
3. Run `composer install` in the shimmie folder.
|
||||
2. Via Stable Release:
|
||||
Download the latest release under [Releases](https://github.com/shish/shimmie2/releases).
|
||||
|
||||
# Install
|
||||
|
||||
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
|
||||
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
|
||||
not, you should be given instructions on how to fix any errors~
|
||||
|
|
Reference in a new issue