Skip to content

Commit

Permalink
update install with build tags etc (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Aug 7, 2024
1 parent cd48561 commit a21a4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Diff 2 sets and apply command to deltas

## Installation

If you have golang, easiest install is
If you have golang, easiest install is (will also be the smallest binary thanks to build tags and other arguments)
```bash
go install github.com/fortio/delta@latest
CGO_ENABLED=0 go install -tags no_json,no_net -trimpath -ldflags "-w -s" github.com/fortio/delta@latest
```

Or brew custom tap
Expand Down

0 comments on commit a21a4fc

Please sign in to comment.