From c970c48f94d414759c24b5247150ceb5e959414c Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 17 Jan 2016 23:25:53 +1100 Subject: [PATCH] Add note to the readme about bash versions pre 4.0 --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2470d3b3..e5599e41 100644 --- a/Readme.md +++ b/Readme.md @@ -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
+ also works with zsh. All you have to do is change the shebang at
the top to ```#!/bin/zsh```. - Text formatting, dynamic image size and padding: tput - Uptime detection: procps or procps-ng