diff --git a/README.md b/README.md index 565f4d7..1e57a0c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,20 @@ TODO: ### Installation -``` +Go less than 1.18: + + +```sh $ go get github.com/houqp/sqlvet ``` +Go greater or equal 1.18: + + +```sh +$ go install github.com/houqp/sqlvet@latest +``` + ### Zero conf SqlVet should work out of the box for any Go project using go modules: