diff --git a/README.md b/README.md index da51014..fba0dee 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The recommended way to install the `enry` command-line tool is to either [download a release](https://github.com/go-enry/enry/releases) or run: ``` -(cd "$(mktemp -d)" && go mod download && go get github.com/go-enry/enry) +go install github.com/go-enry/enry@latest ``` ## License