summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2020-11-14 16:43:27 +0100
committerGitHub <noreply@github.com>2020-11-14 16:43:27 +0100
commita09fcdfc9058e9ad8017bd0d844ebb24b4aca621 (patch)
tree0ee2097a547dd996f05fbbabdc561e4454078ffc /docs
parent9f495bcd8a0649968e0e7c0f16cbbde7a4b947ba (diff)
downloadwiki-a09fcdfc9058e9ad8017bd0d844ebb24b4aca621.tar.gz
wiki-a09fcdfc9058e9ad8017bd0d844ebb24b4aca621.tar.bz2
wiki-a09fcdfc9058e9ad8017bd0d844ebb24b4aca621.zip
docs: improve macOS requirements page (#295)
* docs: improve macOS requirements page * Update Requirements.md
Diffstat (limited to 'docs')
-rw-r--r--docs/Requirements.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Requirements.md b/docs/Requirements.md
index 87cd301..d3bcc01 100644
--- a/docs/Requirements.md
+++ b/docs/Requirements.md
@@ -97,6 +97,9 @@ Use brew it to install the required packages:
`brew install openssl readline cmake ace coreutils bash bash-completion coreutils`
+This will install bash 5+, you might need to restart your terminal.
+Make sure you are using bash 5 or newer by typing `bash --version`.
+
Now install mysql:
`brew install mysql`