From d4cc87cfdf7fffbc62bd5c7cca38afe33c78cf9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douze=20B=C3=A9?= <¨12b@distrilab.fr¨> Date: Thu, 24 Mar 2022 15:16:11 +0100 Subject: [PATCH] update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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`