Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyCraven authored Aug 12, 2022
1 parent 052eaf5 commit 9826513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/rollout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ GO111MODULE=on GOPROXY=direct GOSUMDB=off go get github.com/salesloft/gorollout/

## Build Executable

Add the generated executables to the release.

```
env GOOS=darwin GOARCH=amd64 go build -o rollout-darwin-amd64
env GOOS=linux GOARCH=amd64 go build -o rollout-linux-amd64
Expand Down

0 comments on commit 9826513

Please sign in to comment.