We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef26c7 + 7ad9006 commit 84e0a37Copy full SHA for 84e0a37
2 files changed
README.md
@@ -9,7 +9,7 @@ A brief description of the plugin including a screenshot and/or a short video.
9
To build the plugin for production use, follow these steps:
10
11
```bash
12
-cd $HOME/src/plugin-template
+cd $HOME/src/bbb-plugin-template
13
npm ci
14
npm run build-bundle
15
```
debian/control
@@ -4,7 +4,7 @@ Priority: extra
4
Maintainer: Firstname Lastname <first.last@company.com>
5
Build-Depends: debhelper (>= 13), nodejs (>= 18)
6
Standards-Version: 4.1.4
7
-Homepage: https://github.com/bigbluebutton/plugin-template
+Homepage: https://github.com/bigbluebutton/bbb-plugin-template
8
Package: bbb-plugin-template
Architecture: all
0 commit comments