Skip to content

Commit ecf3c1f

Browse files
authored
Add install @nightwatch/mobile-helper instruction.
1 parent 43e1c45 commit ecf3c1f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
99

1010
### Android
1111

12-
1. From your [Nightwatch](https://nightwatch.org) project's root dir, run:
12+
1. In your [Nightwatch](https://nightwatch.org) project, install `@nightwatch/mobile-helper` as a dev-dependency:
13+
```sh
14+
npm i @nightwatch/mobile-helper --save-dev
15+
```
16+
2. From your project's root dir, run:
1317

1418
```sh
1519
npx @nightwatch/mobile-helper android
@@ -100,7 +104,11 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
100104

101105
### iOS
102106

103-
1. From your [Nightwatch](https://nightwatch.org) project's root dir, run:
107+
1. In your [Nightwatch](https://nightwatch.org) project, install `@nightwatch/mobile-helper` as a dev-dependency:
108+
```sh
109+
npm i @nightwatch/mobile-helper --save-dev
110+
```
111+
2. From your project's root dir, run:
104112

105113
```sh
106114
npx @nightwatch/mobile-helper ios

0 commit comments

Comments
 (0)