feat: extend installation instruction to get the latest release binaries

This commit is contained in:
Eugen Eisler 2024-09-27 11:50:38 +02:00
parent c5db39a06d
commit 70c5aacb45

View File

@ -140,7 +140,7 @@ To install Fabric, [make sure Go is installed](https://go.dev/doc/install), and
```bash ```bash
# Install Fabric directly from the repo # 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 ### Environment Variables