From 1da134e7761d2acd584e8d99af46fad5e93359ef Mon Sep 17 00:00:00 2001 From: Aras Balali Moghaddam Date: Wed, 10 Apr 2013 13:23:15 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b363819..dfea907a 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,15 @@ and then back in windows you can fire up your favourite browser and connect to t database: 'openbadges' }, -3. Install local dependencies: `npm install` +3. Install external tools: + * [PhantomJS](http://phantomjs.org): We use PhantomJS for running unit tests. On a debian based Linux system you can run `sudo apt-get install phantomjs` to install and run `phantomjs --version` to check it is installed. For other systems you can try [downloading](http://phantomjs.org/download.html) and installing it or [building it from source](http://phantomjs.org/build.html). +4. Install local dependencies: `npm install` -4. Install submodules: `git submodule update --init` +5. Install submodules: `git submodule update --init` -5. Run the test suite: `npm test` +6. Run the test suite: `npm test` -6. Start your server: `npm start` +7. Start your server: `npm start` No matter which way you choose, you should join the [Open Badges Google Group](https://groups.google.com/forum/#!forum/openbadges). If