From 546fa75825aca5540fdab6a9c9c5a858162396bb Mon Sep 17 00:00:00 2001 From: mose Date: Tue, 18 Jul 2023 19:30:38 +0800 Subject: [PATCH] a cd was missing --- support/documentation/content/en/contributing/develop/_index.md | 2 ++ 1 file changed, 2 insertions(+) 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