From b4c42546e4d91c3371556924b7485337f4469e30 Mon Sep 17 00:00:00 2001 From: JamesKingdom Date: Sat, 19 Aug 2017 03:02:23 +0100 Subject: [PATCH] Updating installation steps for readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26aa6f85e..251428a3d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ This is only necessary the first time so that the build process can create symbo To run the current development version of iD on your own computer: 1. Create a local `git clone` of the project, then `cd` into the project folder -2. Run `npm install` (this will run the `prepublish` script that builds everything) +2. Run `npm install` +3. Run `npm run all` 3. Run `npm start` 4. Open `http://localhost:8080/` in a web browser