1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-09 08:56:09 +02:00

Update CONTRIBUTING.md

This commit is contained in:
Simon Aronsson 2019-04-14 21:08:11 +02:00 committed by GitHub
parent 326223de0d
commit d10e8d2bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,3 +25,4 @@ go build # compiles and packages an executable bin
go test ./... -v # runs tests with verbose output
./watchtower # runs the application (outside of a container)
```
If you dont have it enabled, you'll either have to prefix each command with `GO111MODULE=on` or run `export GO111MODULE=on` before running the commands. [You can read more about modules here.](https://github.com/golang/go/wiki/Modules)