From 8cc70999cd1f5c78b29e4b414dd239a50c07f10a Mon Sep 17 00:00:00 2001 From: Luligu Date: Thu, 21 Nov 2024 10:59:54 +0100 Subject: [PATCH] Release 1.0.10 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98e82a6..309a43e 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,13 @@ I would like to express my appreciation to [Tamer Salah](https://github.com/tamm Follow these steps to install or update Matterbridge if it is not already installed and up to date: ``` -npm install -g matterbridge +npm install -g matterbridge --omit=dev ``` on Linux you may need the necessary permissions: ``` -sudo npm install -g matterbridge +sudo npm install -g matterbridge --omit=dev ``` See the complete guidelines on [Matterbridge](https://github.com/Luligu/matterbridge/blob/main/README.md) for more information. @@ -107,7 +107,7 @@ On windows: ``` cd $HOME\Matterbridge -npm install -g matterbridge-shelly +npm install -g matterbridge-shelly --omit=dev matterbridge -add matterbridge-shelly ``` @@ -115,7 +115,7 @@ On linux: ``` cd ~/Matterbridge -sudo npm install -g matterbridge-shelly +sudo npm install -g matterbridge-shelly --omit=dev matterbridge -add matterbridge-shelly ```