Update contributing documentation.

This commit is contained in:
John Livingston
2021-12-06 15:47:55 +01:00
parent 7acc54846d
commit 7bb444af2c
2 changed files with 12 additions and 0 deletions

View File

@ -47,6 +47,12 @@ git checkout develop
# Initialize the submodules. This command must be run again if any submodules' version changes.
git submodule update --init --recursive
# Install NPM dependencies and build the module for the first time:
npm install
# Build the plugin after a modification:
npm run build
# If you have a fork from the repository, add it as remote (example):
git remote add me git@github.com:MY_GITHUB_ACCOUNT/peertube-plugin-livechat.git