From 7ebdd51997623d8d62cc7539bae8ebffa2681059 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 7 Dec 2014 22:36:38 +0100
Subject: [PATCH] Add notes about redo'ing on OS X systems.

---
 README | 5 +++--
 redo   | 4 ++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 25c1736..d9b6789 100644
--- a/README
+++ b/README
@@ -25,8 +25,9 @@ System requirements / installation / running the game
 -----------------------------------------------------
 
 The game is expected to run on Linux systems that contain the ncurses library.
-(It may also work on other Unix-like systems with ncurses, who knows.) Do the
-following steps:
+(It may also work on other Unix-like systems with ncurses, who knows. See
+<https://github.com/plomlompom/plomrogue/issues/2#issuecomment-50972436> for OS
+X compatibility.) Do the following steps:
 
 $ git clone https://github.com/plomlompom/plomrogue
 $ cd plomrogue
diff --git a/redo b/redo
index 965988a..4081117 100755
--- a/redo
+++ b/redo
@@ -13,6 +13,10 @@
 # build/redo_scripts/. For details on this version, see:
 # - <http://news.dieweltistgarnichtso.net/bin/redo.html>
 # - <http://news.dieweltistgarnichtso.net/bin/redo-ifchange.html>
+#
+# This "redo" implementation may experience trouble on OS X systems, see
+# <https://github.com/plomlompom/plomrogue/issues/2#issuecomment-50972436> for a
+# workaround.
 
 export PATH=$PATH:$PWD/build/redo_scripts
 redo "$@"
-- 
2.30.2