From 580f49e69f48438486dbdfd19c28331b7de66f7d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 27 Aug 2021 20:30:09 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f58d45c..85e89721 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,8 @@ grocy is technically a pretty simple PHP application, so the basic notes to get - The webserver root should point to the `public` directory - Include `try_files $uri /index.php$is_args$query_string;` in your location block if you use nginx - Or disable URL rewriting (see the option `DISABLE_URL_REWRITING` in `data/config.php`) -- Based on user reports, the minmimum required/working runtime is PHP 7.2 with SQLite 3.9.0 - - However, I don't really care about supporting old runtime stuff, currently everything is only tested against (means 100 % works with) PHP 8.0 with SQLite 3.27.2 - → Default login is user `admin` with password `admin`, please change the password immediately (user menu at the top right corner) +- _Currently everything is only tested against (means 100 % works with) PHP 8.0 with SQLite 3.27.2_ Alternatively clone this repository (the `release` branch always references the latest released version, or checkout the latest tagged revision) and install Composer and Yarn dependencies manually.