From 450dec550deb4bbcc4a53b6c17df10cfda16b446 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 6 Jun 2019 15:47:52 -0700 Subject: [PATCH] Advertising template (#41) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aac232..9bb4af1 100644 --- a/README.md +++ b/README.md @@ -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 ```