From 567907f7749140acfe39efdb1f1eb2a95657c649 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 20 Nov 2023 22:26:05 +0200 Subject: [PATCH] Update install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a813bae..160956d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The following unicode characters are considered dangerous: Download `bidichk` from the [releases](https://github.com/breml/bidichk/releases) or get the latest version from source with: ```shell -go get github.com/breml/bidichk/cmd/bidichk +go install github.com/breml/bidichk/cmd/bidichk@latest ``` ## Usage