From 5adab5db532e00574c1bd6b20e2804f3c3b5a713 Mon Sep 17 00:00:00 2001 From: Feraidoon Mehri <36224762+NightMachinery@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:53:01 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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