a cd was missing

This commit is contained in:
mose 2023-07-18 19:30:38 +08:00 committed by John Livingston
parent c5100729fa
commit 546fa75825
1 changed files with 2 additions and 0 deletions

View File

@ -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