diff --git a/support/documentation/content/en/contributing/develop/_index.md b/support/documentation/content/en/contributing/develop/_index.md index 6644f792..ed3782bf 100644 --- a/support/documentation/content/en/contributing/develop/_index.md +++ b/support/documentation/content/en/contributing/develop/_index.md @@ -55,6 +55,8 @@ Clone the repository, buid the plugin, and create your feature branch: # Clone the repository. Dont forget the --recursive to clone submodules. git clone https://github.com/JohnXLivingston/peertube-plugin-livechat.git --recursive +cd peertube-plugin-livechat + # Install NPM dependencies and build the module for the first time: npm install