diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 497f5b518c4abf791e6281f9b57c51bf8d34fa86..09a8ff245b1a7beb5bd96e40be4497d85e8dffe4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,10 +3,9 @@
 Mirador uses [node.js](http://nodejs.org/) and a build system to assemble, test, and manage the development resources. If you have never used these tools before, you may need to install them.
 
  1. Install Node, if you haven't already (available at the link above)  
- 2. Install the Grunt command line runner (if you haven't already); on the command line, run `npm install -g grunt-cli`  
- 3. Clone the mirador repository (if you haven't already done so above); `git clone https://github.com/ProjectMirador/mirador.git`
- 4. On the command line, go into the mirador folder
- 5. Install all dependencies with `npm install`. Run `npm start`
+ 1. Clone the mirador repository (if you haven't already done so above); `git clone https://github.com/ProjectMirador/mirador.git`
+ 1. On the command line, go into the mirador folder
+ 1. Install all dependencies with `npm install`. Run `npm start`
 
 `npm start` will run a local server that is available at `localhost:8000`.
 
diff --git a/README.md b/README.md
index 6e97a2cce46c254279d37361df4fa90f3eeac6c4..9b40621dc28e6b2c2499b8d9e25b3a5aa529aa8b 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,9 @@
 Mirador uses [node.js](http://nodejs.org/) and a build system to assemble, test, and manage the development resources. If you have never used these tools before, you may need to install them.
 
  1. Install Node, if you haven't already (available at the link above)  
- 2. Install the Grunt command line runner (if you haven't already); on the command line, run `npm install -g grunt-cli`  
- 3. Clone the mirador repository (if you haven't already done so above)
- 4. On the command line, go into the mirador folder
- 5. Install all dependencies with `npm install`. Run `npm start'.
+ 1. Clone the mirador repository (if you haven't already done so above)
+ 1. On the command line, go into the mirador folder
+ 1. Install all dependencies with `npm install`. Run `npm start'.
  
 ### Run Tests
 `npm test`
diff --git a/package.json b/package.json
index 9882388bf869ed16b6908c9faa76c0916d7609e3..09d2cd3704de3b0d2686451299da6aa3e84a3803 100644
--- a/package.json
+++ b/package.json
@@ -43,9 +43,9 @@
     "sinon": "^1.17.6"
   },
   "scripts": {
-    "start": "grunt serve",
+    "start": "./node_modules/.bin/grunt serve",
     "test": "./node_modules/.bin/karma start ./karma.conf.js",
-    "travis": "./node_modules/grunt-cli/bin/grunt ci --verbose --force & npm run test"
+    "travis": "./node_modules/.bin/grunt ci --verbose --force & npm run test"
   },
   "dependencies": {
     "bootbox": "^4.4.0",