From 4da2ac9b3580c09ae8c08531d37c2da24e613bbb Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 17 Apr 2018 20:02:09 +0200 Subject: [PATCH] Typo... --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df59764..66c462a9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ A household needs to be managed. I did this so far (almost 10 years) with my fir For now my main focus is on stock management, ERP your fridge! ## How to install -Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP (7.0 or later required) enabled webserver (root is the `/public` directory), copy `config-dist.php` to `data/config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go. Default login is user `admin` with password `admin` - the `data/config.php` file. Alternatively clone this repository and install Composer and Bower dependencies manually. +Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP (7.0 or later required) enabled webserver (root is the `/public` directory), copy `config-dist.php` to `data/config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go. + +Default login is user `admin` with password `admin` - see the `data/config.php` file. Alternatively clone this repository and install Composer and Bower dependencies manually. If you use nginx as your webserver, please include `try_files $uri /index.php;` in your location block.