Update readme.md

This commit is contained in:
felixboehm 2014-08-29 17:20:28 +02:00
parent d9202b711f
commit 9023480a41
1 changed files with 5 additions and 1 deletions

View File

@ -9,10 +9,14 @@ Install node.js and run the following to install the dependencies
```
npm install
```
Install the webdriver
```
./node_modules/protractor/bin/webdriver-manager update
```
Install as global commands
Install as global commands ( optional )
```
npm install -g protractor
```