From 86d7c40af58e0eb4df39bfa147abd5f8c274d49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Fri, 24 Oct 2014 15:56:43 +0200 Subject: [PATCH] docs(contributing): Add `npm install` to build instructions --- CONTRIBUTING.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f74fb7..e0698bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,11 +5,12 @@ This document describes how to contribute to Batarang ## Installing from Source 1. Clone the repository: `git clone git://github.com/angular/angularjs-batarang` -2. Install the bower dependencies: `bower install` -3. Build the inject script: `npm run build` -4. Navigate to `chrome://chrome/extensions/` and enable Developer Mode. -5. Choose "Load unpacked extension" -6. In the dialog, open the directory you just cloned. +2. Install the npm dependencies `npm install` +3. Install the bower dependencies: `bower install` +4. Build the inject script: `npm run build` +5. Navigate to `chrome://chrome/extensions/` and enable Developer Mode. +6. Choose "Load unpacked extension" +7. In the dialog, open the directory you just cloned. ## Running the tests