From c69b3a2936c0f16faa12717809a7b7ae358995aa Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 2 Aug 2017 22:43:00 +0200 Subject: [PATCH] Demo URL has changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 203d7bb2..3bc3cb54 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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! # Give it a try -Public demo of the latest version → [https://grocy.projectdemos.berrnd.org](https://grocy.projectdemos.berrnd.org) +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.