Advertising template (#41)

This commit is contained in:
Christopher Speller 2019-06-06 15:47:52 -07:00 committed by GitHub
parent a79b47bf5b
commit 450dec550d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,9 @@ This plugin serves as a starting point for writing a Mattermost plugin. Feel fre
To learn more about plugins, see [our plugin documentation](https://developers.mattermost.com/extend/plugins/).
## Getting Started
Shallow clone the repository to a directory outside of `$GOPATH` matching your plugin name:
Use GitHub's template feature to make a copy of this repository by clicking the "Use this template" button then clone outside of `$GOPATH`.
Alternatively shallow clone the repository to a directory outside of `$GOPATH` matching your plugin name:
```
git clone --depth 1 https://github.com/mattermost/mattermost-plugin-sample com.example.my-plugin
```