Skip to content

Commit

Permalink
Update Mac install instructions
Browse files Browse the repository at this point in the history
Rust needs ‘protobuf’ installed.

Changelog-None
  • Loading branch information
ddustin authored and rustyrussell committed Nov 17, 2024
1 parent 48a24cd commit 3ef52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ make
Assuming you have Xcode and Homebrew installed. Install dependencies:

```shell
brew install autoconf automake libtool python3 gnu-sed gettext libsodium
brew install autoconf automake libtool python3 gnu-sed gettext libsodium protobuf
ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt
export PATH="/usr/local/opt:$PATH"
```
Expand Down

0 comments on commit 3ef52d3

Please sign in to comment.