Skip to content

Commit

Permalink
Add amd64 to the build file name
Browse files Browse the repository at this point in the history
  • Loading branch information
lalabuy948 committed Jun 28, 2019
1 parent 9c4e3ff commit f2db38b
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 @@ -272,7 +272,7 @@ To dump the latest 100 users with their orders:
For linux

```zsh
GOOS=linux GOARCH=amd64 go build -o klepto-linux
GOOS=linux GOARCH=amd64 go build -o klepto-linux-amd64
```

For macos
Expand Down

0 comments on commit f2db38b

Please sign in to comment.