mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
feat: extend installation instruction to get the latest release binaries
This commit is contained in:
parent
c5db39a06d
commit
70c5aacb45
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue