From a643506874de1b46d6b1eee90c3e20a99fd03974 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 10 Oct 2022 14:43:01 -0700 Subject: [PATCH] Add Homebrew instructions to readme [skip ci] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 837f7eca4..5576de66e 100644 --- a/README.md +++ b/README.md @@ -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)