From 70c5aacb45d8b58d7f9537a80fc8236f7d07f0bf Mon Sep 17 00:00:00 2001 From: Eugen Eisler Date: Fri, 27 Sep 2024 11:50:38 +0200 Subject: [PATCH] feat: extend installation instruction to get the latest release binaries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5fb26..01ba3b2 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ To install Fabric, [make sure Go is installed](https://go.dev/doc/install), and ```bash # Install Fabric directly from the repo -go install -ldflags "-X main.version=$(git describe --tags --always)" github.com/danielmiessler/fabric@latest +go install github.com/danielmiessler/fabric@latest ``` ### Environment Variables