Add note to the readme about bash versions pre 4.0

This commit is contained in:
Dylan 2016-01-17 23:25:53 +11:00
parent 9b15f1492c
commit c970c48f94
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ about your system and prints it to the terminal next to an image of your choice!
These are the script's required dependencies
- Bash **4.0+**
- For those of you on OS X not wanting to update bash, the script
also works with zsh. All you have to do is change the shebang at
- For those of you on OS X not wanting to update bash, the script<br \>
also works with zsh. All you have to do is change the shebang at<br \>
the top to ```#!/bin/zsh```.
- Text formatting, dynamic image size and padding: tput
- Uptime detection: procps or procps-ng