From bff55ef2bfaabb558e35cba6062b7e1c101a1c50 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 29 Sep 2016 10:16:58 +0200 Subject: [PATCH] update installation instructions and prerequisites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a55496bb6..ca3b1b63e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Come on in, the water's lovely. More help? Ping `jfire` or `bhousel` on ## Prerequisites -* [Node.js](http://nodejs.org/) version 4 or newer +* [Node.js](http://nodejs.org/) version 4 or newer, ([npm](https://www.npmjs.com/package/npm) version 3 or newer) * Command line development tools (`make`, `git`, and a compiler) for your platform * Ubuntu: * `sudo apt-get install build-essential git` @@ -54,7 +54,7 @@ To run the current development version of iD on your own computer: 2. (Windows Only) Run `fixWinSymlinks.bat`. This script will prompt for Administrator rights. see also: http://stackoverflow.com/questions/5917249/git-symlinks-in-windows 3. Run `npm install` 4. Run `make` -5. Start the local web server `npm run-script web` +5. Run `npm start` 6. Open `http://localhost:8080/` in a web browser For guidance on building a packaged version, running tests, and contributing to