From a0920eb6cffb26f451d7c343ffb8eae7d135e542 Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 6 Oct 2018 16:35:39 +0100 Subject: [PATCH] Rephrase Mac OS dependencies installation --- docs/INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6024addb..a3a5e4c1 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -55,11 +55,16 @@ emerge -av postgresql eselect-postgresql gettext && emerge --ask dev-vcs/git emerge -av gettext && emerge --ask dev-vcs/git && emerge -pv sqlite3 libsqlite3-dev ``` -On **Mac OS X**, for PostgreSQL (SQlite is already present), with [Homebrew](https://brew.sh/): +On **Mac OS X**, with [Homebrew](https://brew.sh/): ```bash brew update + +# For PostgreSQL brew install postgres gettext git + +# For SQlite (already present, so only GetText and Git are needed) +brew install gettext git ``` ## Configuring PostgreSQL