We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64335a commit e3fed06Copy full SHA for e3fed06
1 file changed
README.md
@@ -9,7 +9,7 @@ This plugin is one of the official bbb plugins. It basically decreases the exter
9
1. Start the development server:
10
11
```bash
12
-cd $HOME/src/plugins/decrease-volume-on-speak
+cd $HOME/src/plugin-decrease-volume-on-speak
13
npm install
14
npm start
15
```
@@ -27,8 +27,8 @@ npm start
27
To build the plugin for production use, follow these steps:
28
29
30
31
-npm install
+npm ci
32
npm run build-bundle
33
34
0 commit comments