From fa9580efde722584a324352186a884891bfba2e4 Mon Sep 17 00:00:00 2001 From: McFlyPartages <44530252+McFlyPartages@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:09:34 +0100 Subject: [PATCH] Add true folder in english --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5218f7..88c6164 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It provides a browser-based editor that makes it easy to wire together flows usi ### Override the default settings -From the installation directory, go edit the `data/settings.user.js`. For example: +From the installation directory, go edit the `/opt/yunohost/nodered/data/settings.user.js`. For example: ```js module.exports = (defaultSettings) => ({ @@ -43,7 +43,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, // }); ``` -You can check the default settings Yunohost generates at `data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration +You can check the default settings Yunohost generates at `/opt/yunohost/nodered/data/settings.js` and find the documentation for configuring Node-RED here: https://nodered.org/docs/user-guide/runtime/configuration **Shipped version:** 2.2.0~ynh1 @@ -82,4 +82,4 @@ or sudo yunohost app upgrade nodered -u https://github.com/YunoHost-Apps/nodered_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps