Update contributing documentation.
This commit is contained in:
parent
7acc54846d
commit
7bb444af2c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user