diff --git a/README.md b/README.md index 5b6c7d6..5987f8a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ godocs Sync the latest tag with GoDocs help Show this help message install Install the application install-go Install the application (Using Native Go) -lint Run the Go lint application +lint Run the golangci-lint application (install if not found) release Full production release (creates release in Github) release Runs common.release then runs godocs release-snap Test the full release (build binaries) @@ -100,6 +100,7 @@ test-short Runs vet, lint and tests (excludes integration tests) test-travis Runs all tests via Travis (also exports coverage) test-travis-short Runs unit tests via Travis (also exports coverage) uninstall Uninstall the application (and remove files) +update-linter Update the golangci-lint package (macOS only) vet Run the Go vet application ```