Update readme.md
This commit is contained in:
parent
d9202b711f
commit
9023480a41
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue