Update contributing documentation.

This commit is contained in:
John Livingston 2021-12-06 15:47:55 +01:00
parent 7acc54846d
commit 7bb444af2c
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 12 additions and 0 deletions

View File

@ -44,6 +44,12 @@ git checkout develop
# Initialiser les sous-modules. Cette commande est à refaire si jamais la version d'un l'un des sous-module change.
git submodule update --init --recursive
# Installer les dépendances NPM et compiler le plugin pour la première fois :
npm install
# Compiler le plugin après une modification :
npm run build
# Si vous avez un fork du dépot, ajoutez le en remote (exemple) :
git remote add me git@github.com:MON_COMPTE_GITHUB/peertube-plugin-livechat.git

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