From ecdaaab7893e063afc111d0a18a78bb2e64569d7 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 22 Jul 2018 12:41:11 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 793a8186..62d7965f 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,7 @@ ERP beyond your fridge Public demo of the latest version → [https://demo.grocy.info](https://demo.grocy.info) ## Motivation -A household needs to be managed. I did this so far (almost 10 years) with my first self written software (a C# windows forms application) and with a bunch of Excel sheets. The software is a pain to use and Excel is Excel. So I searched for and tried different things for a (very) long time, nothing 100 % fitted, so this is my aim for a "complete houshold management"-thing. - -## What it is about -For now my main focus is on stock management, ERP your fridge! +A household needs to be managed. I did this so far (almost 10 years) with my first self written software (a C# windows forms application) and with a bunch of Excel sheets. The software is a pain to use and Excel is Excel. So I searched for and tried different things for a (very) long time, nothing 100 % fitted, so this is my aim for a "complete houshold management"-thing. ERP your fridge! ## How to install Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP (SQLite extension required, currently only tested with PHP 7.2) enabled webserver (webservers root should point to 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.