We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbecb6f commit cd5e766Copy full SHA for cd5e766
README.md
@@ -88,14 +88,14 @@ your Bash history like in the above screenshot. At this point you can proceed to
88
89
### MacOS Prerequisites
90
91
-The MacOS default bash version (as of Mojave) is 3.2.57 that you can confirm.
+The MacOS default bash version (as of Mojave) is 3.2.57 that you can confirm:
92
93
```
94
$ echo $BASH_VERSION
95
3.2.57(1)-release
96
97
98
-You will need to install an updated bash as follows. Install Homebrew if you do not already have and install a new bash.
+If you see this version you will need to install an updated bash. Install Homebrew if you do not already have and then install a new bash:
99
100
101
$ brew update && brew install bash
0 commit comments