From f2da52aac097f3dc90189b4e5f49eca35f6ff3b5 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Mon, 23 Jul 2012 21:45:35 +0200 Subject: [PATCH] Update readme with new testing info. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c28bab8..0acf396 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,11 @@ You'll find the repo at: To fetch the test dependencies: $ cd /path/to/multiple-cursors - $ git submodule init - $ git submodule update + $ git submodule update --init Run the tests with: - $ ./util/ecukes/ecukes features + $ ./util/ecukes/ecukes --graphical ## License