From e8d6d455f4b9eb9d0816d9e1bab7e2ac7a86d326 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 29 Jul 2023 21:17:59 +0200 Subject: [PATCH] grocy-desktop => Grocy Desktop --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df0af51b..9701406d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See the website for a list of community contributed Add-ons / Tools. → [htt ## How to install -> Checkout [grocy-desktop](https://github.com/grocy/grocy-desktop), if you want to run Grocy without having to manage a webserver just like a normal (Windows) desktop application. +> Checkout [Grocy Desktop](https://github.com/grocy/grocy-desktop), if you want to run Grocy without having to manage a webserver just like a normal (Windows) desktop application. > > Directly download the [latest release](https://releases.grocy.info/latest-desktop) - the installation is nothing more than just clicking 2 times "next". @@ -146,7 +146,7 @@ When the `MODE` setting is set to `dev`, `demo` or `prerelease`, the application ### Embedded mode -When the file `embedded.txt` exists, it must contain a valid and writable path which will be used as the data directory instead of `data` and authentication will be disabled (used in [grocy-desktop](https://github.com/grocy/grocy-desktop)). +When the file `embedded.txt` exists, it must contain a valid and writable path which will be used as the data directory instead of `data` and authentication will be disabled (used in [Grocy Desktop](https://github.com/grocy/grocy-desktop)). In embedded mode, settings can be overridden by text files in `data/settingoverrides`, the file name must be `.txt` (e. g. `BASE_URL.txt`) and the content must be the setting value (normally one single line).