Skip to content

Commit cd5e766

Browse files
authored
Update Readme
1 parent fbecb6f commit cd5e766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ your Bash history like in the above screenshot. At this point you can proceed to
8888
8989
### MacOS Prerequisites
9090
91-
The MacOS default bash version (as of Mojave) is 3.2.57 that you can confirm.
91+
The MacOS default bash version (as of Mojave) is 3.2.57 that you can confirm:
9292
9393
```
9494
$ echo $BASH_VERSION
9595
3.2.57(1)-release
9696
```
9797
98-
You will need to install an updated bash as follows. Install Homebrew if you do not already have and install a new bash.
98+
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:
9999
100100
```
101101
$ brew update && brew install bash

0 commit comments

Comments
 (0)