Skip to content

Commit 63594d5

Browse files
authored
updating the npm install command
Install the CLI globally to make it work
1 parent b3e495f commit 63594d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ We are actively working on supporting other browsers and will start adding other
2626

2727
### Installing browserstack-cypress
2828
```bash
29+
# Install cypress(ignore if already done)
30+
$ npm install -g [email protected]
2931
# Install dependencies
30-
$ npm install --save-dev browserstack-cypress-cli
32+
$ npm install -g browserstack-cypress-cli
3133
```
3234

3335
### Configuring your tests

0 commit comments

Comments
 (0)