diff --git a/README.md b/README.md index 9bb4af1..0a08b68 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Alternatively shallow clone the repository to a directory outside of `$GOPATH` m git clone --depth 1 https://github.com/mattermost/mattermost-plugin-sample com.example.my-plugin ``` +Note that this project uses [Go modules](https://github.com/golang/go/wiki/Modules). Be sure to locate the project outside of `$GOPATH`, or allow the use of Go modules within your `$GOPATH` with an `export GO111MODULE=on`. + Edit `plugin.json` with your `id`, `name`, and `description`: ``` {