diff --git a/README.md b/README.md index e359906d..610f8292 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ you are building on. In your Mattermost configuration file, ensure that `PluginSettings.EnableUploads` is set to `true`, and `FileSettings.MaxFileSize` is set to a large enough value to accept the plugin bundle (eg `256000000`). +### Installing Dependencies + +```sh +cd ./webapp +npm install +``` + ### Building the plugin Run the following command in the plugin repository to prepare a compiled, distributable plugin ZIP file: @@ -112,4 +119,4 @@ Before checking in commits, run `make ci`, which is similar to the `.gitlab-ci.y * **Server unit tests**: `make server-test` * **Web app ESLint**: `cd webapp; npm run check` -* **Web app unit tests**: `cd webapp; npm run test` \ No newline at end of file +* **Web app unit tests**: `cd webapp; npm run test`