From 2ddbc2656b42e6d57c4aab4d913a6cc6b1e02eab Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 26 Nov 2017 10:27:09 +0100 Subject: [PATCH] Added >PHP 7.0 requirement (this closes #2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc3cb54..d35cd315 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For now my main focus is on stock management, ERP your fridge! Public demo of the latest version → [https://demo.grocy.info](https://demo.grocy.info) ## How to install -Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP enabled webserver, 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. 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, 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. 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.