From 8d3e667e86be15d735519c53d5b98a242d2a0830 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Tue, 31 May 2011 03:52:03 -0300 Subject: [PATCH] Actually run it. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 0a70b74..53faec2 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ #+BEGIN_SRC $ git clone git://github.com/mpereira/tty-solitaire.git $ cd tty-solitaire -$ make && ttysolitaire +$ make && ./ttysolitaire #+END_SRC ** Run the unit tests