Merge pull request #7 from mattermost/typo_readme

remove /
This commit is contained in:
Christopher Speller 2018-08-20 09:16:09 -07:00 committed by GitHub
commit fac781a229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ dist/com.example.my-plugin.tar.gz
There is a build target to automate deploying and enabling the plugin to your server, but it requires configuration and [http](https://httpie.org/) to be installed:
```
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065/
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_USERNAME=admin
export MM_ADMIN_PASSWORD=password
make deploy