Skip to content

Commit

Permalink
Merge pull request #143 from marco-m/update-contributing
Browse files Browse the repository at this point in the history
Update location of built binaries
  • Loading branch information
sgnn7 authored Mar 18, 2020
2 parents 60450ed + 88ab71c commit f8f022f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Run tests with `go test -v ./...` or `./test` (for CI).

### Building and packaging

To build versions for Linux, OSX and Windows:
To build versions for Linux, macOS and Windows:

```
./build
```

Binaries will be placed in `output/`.
Binaries will be placed in `dist/`.

### Releasing

Expand Down

0 comments on commit f8f022f

Please sign in to comment.