Skip to content

Commit

Permalink
Add Homebrew instructions to readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane authored and emilio committed Oct 10, 2022
1 parent ae321d8 commit a643506
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ cargo install --force cbindgen

(--force just makes it update to the latest cbindgen if it's already installed)

Or with Homebrew, run

```text
brew install cbindgen
```

To use cbindgen you need two things:

* A configuration (cbindgen.toml, which can be empty to start)
Expand Down

0 comments on commit a643506

Please sign in to comment.