diff --git a/README.md b/README.md index f4256a4..f37d68d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,14 @@ dist/com.example.my-plugin.tar.gz ## Development -To avoid having to manually install your plugin, build and deploy your plugin using one of the following options. +To avoid having to manually install your plugin, build and deploy your plugin using one of the following options. In order for the below options to work, you must first enable plugin uploads via your config.json or API and restart Mattermost. + +```json + "PluginSettings" : { + ... + "EnableUploads" : true + } +``` ### Deploying with Local Mode @@ -62,7 +69,7 @@ If your Mattermost server is running locally, you can enable [local mode](https: ... "EnableLocalMode": true, "LocalModeSocketLocation": "/var/tmp/mattermost_local.socket" - } + }, } ```