From 492d9258daaee5bec9a7841947a26be6ec7510df Mon Sep 17 00:00:00 2001 From: sonatard Date: Thu, 8 Apr 2021 14:21:08 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faa52b0..8cfb074 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ go vet is a Go standard tool for analyzing source code. 1. Install noctx. ```sh -$ go get -u github.com/sonatard/noctx/cmd/noctx +$ go install github.com/sonatard/noctx/cmd/noctx@latest ``` 2. noctx execute @@ -29,7 +29,7 @@ $ go vet -vettool=`which noctx` main.go golangci-lint is a fast Go linters runner. -1. Install golangci-lint. +1. Install golangci-lint. [golangci-lint - Install](https://golangci-lint.run/usage/install/) 2. Setup .golangci.yml