diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-11-14 16:43:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 16:43:27 +0100 |
| commit | a09fcdfc9058e9ad8017bd0d844ebb24b4aca621 (patch) | |
| tree | 0ee2097a547dd996f05fbbabdc561e4454078ffc /docs | |
| parent | 9f495bcd8a0649968e0e7c0f16cbbde7a4b947ba (diff) | |
| download | wiki-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.md | 3 |
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` |
