Skip to content

Commit

Permalink
ci: remove macOS gettext symlinking
Browse files Browse the repository at this point in the history
This doesn't do anything, because it's trying to create a symlink for a
verison that doesn't exist. The version installed via brew is 0.22.5.

In any case, on any recent macOS system, this should not be necessary.

Changelog-None.
  • Loading branch information
fanquake authored and ShahanaFarooqui committed Jan 14, 2025
1 parent 24e0929 commit 9ce885b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ Assuming you have Xcode and Homebrew installed. Install dependencies:

```shell
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 9ce885b

Please sign in to comment.