From d7aff46738fa62ec366130d6fa3752a5db4d7a88 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 11 Apr 2014 10:33:13 -0700 Subject: [PATCH] Add `grunt-cli` dependency The `grunt` command is not available without it. --- grunt-mocha-wd-parallel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt-mocha-wd-parallel/README.md b/grunt-mocha-wd-parallel/README.md index 8fc6fc5..6f5ffe2 100644 --- a/grunt-mocha-wd-parallel/README.md +++ b/grunt-mocha-wd-parallel/README.md @@ -17,7 +17,7 @@ export SAUCE_ACCESS_KEY= ## 2/ Install tools ``` -npm install -g mocha grunt grunt-init +npm install -g mocha grunt grunt-cli grunt-init git clone git@github.com:saucelabs/grunt-init-sauce.git ~/.grunt-init/sauce ```