From db8c4ccd496f9f41bd9444872d76e6b6409afbfe Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Tue, 15 Jan 2013 01:42:15 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcc99b322..81966404a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SETUP - * tmux 1.6 or newer is needed to runs these scripts. This script relies on tmux reporting that the "Pane is dead". That is how the script know to start another instance for that pane. Seeing "Pane si dead" is normal and expected. + * tmux 1.6 or newer is needed to runs these scripts. This script relies on tmux reporting that the "Pane is dead". That is how the script knows that is nothing running in that pane and to restart it for another loop. Seeing "Pane is dead" is normal and expected. * These scripts were written and tested on Ubuntu 12.10 where bash is located at /bin/bash. You may need to create a symlink or edit these scripts accordingly.