Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Nov 21, 2024
1 parent f41669f commit 8cc7099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -107,15 +107,15 @@ On windows:

```
cd $HOME\Matterbridge
npm install -g matterbridge-shelly
npm install -g matterbridge-shelly --omit=dev
matterbridge -add matterbridge-shelly
```

On linux:

```
cd ~/Matterbridge
sudo npm install -g matterbridge-shelly
sudo npm install -g matterbridge-shelly --omit=dev
matterbridge -add matterbridge-shelly
```

Expand Down

0 comments on commit 8cc7099

Please sign in to comment.