branch: elpa/multiple-cursors
commit f2da52aac097f3dc90189b4e5f49eca35f6ff3b5
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
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