update README.md

This commit is contained in:
Douze Bé 2022-03-24 15:16:11 +01:00
parent 0868de1d5d
commit d4cc87cfdf
1 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# peertube-plugin-logo-distrilab
DistriLab logo on peertube
DistriLab logo on peertube
## Building and publishing a new version
- change the version in package.json
- `npm install`
- `npm run build`
- test on a local peertube instance
- `npm publish`