Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading