Skip to content

Commit

Permalink
enhance build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmon committed Mar 28, 2022
1 parent 0d636f5 commit fcb726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Download a binary from the [releases page](https://github.com/hekmon/rcgdip/rele
#### From source

```bash
go build -ldflags="-s -w -X 'main.appVersion=$(git describe)'" -trimpath -o rcgdip github.com/hekmon/rcgdip/cmd
env GOOS=linux GOARCH=amd64 go build -ldflags="-s -w -X 'main.appVersion=$(git describe)'" -trimpath -o rcgdip github.com/hekmon/rcgdip/cmd
```

### Configure your system
Expand Down

0 comments on commit fcb726e

Please sign in to comment.