Brew: add gettext to PATH (#54)

stable
fdb-hiroshima 5 years ago committed by Baptiste Gelez
parent 5908a71251
commit 6dbdd1726d

@ -7,13 +7,13 @@ With [Homebrew](https://brew.sh/):
```bash
brew update
# For PostgreSQL
brew install postgres gettext git
brew install git
brew link gettext --force
# For SQlite (already present, so only GetText and Git are needed)
brew install gettext git
# Additionally, only for PostgreSQL
brew install postgres
```
Now that these dependencies have been installed, we need to install Rust which has a special installer.
<a class="action" href="/installation/deps/rust">Let's do it!</a>
<a class="action" href="/installation/deps/rust">Let's do it!</a>

Loading…
Cancel
Save