diff --git a/README.md b/README.md index ed649b2..0bfdebc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # peertube-plugin-logo-distrilab -DistriLab logo on peertube \ No newline at end of file +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`