Skip to content

Commit e3fed06

Browse files
authored
Update README.md
1 parent c64335a commit e3fed06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This plugin is one of the official bbb plugins. It basically decreases the exter
99
1. Start the development server:
1010

1111
```bash
12-
cd $HOME/src/plugins/decrease-volume-on-speak
12+
cd $HOME/src/plugin-decrease-volume-on-speak
1313
npm install
1414
npm start
1515
```
@@ -27,8 +27,8 @@ npm start
2727
To build the plugin for production use, follow these steps:
2828
2929
```bash
30-
cd $HOME/src/plugins/decrease-volume-on-speak
31-
npm install
30+
cd $HOME/src/plugin-decrease-volume-on-speak
31+
npm ci
3232
npm run build-bundle
3333
```
3434

0 commit comments

Comments
 (0)