Skip to content

Commit

Permalink
Update docs/subcommands/install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Sep 3, 2024
1 parent cef40b8 commit 2a943c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/subcommands/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ npx @nightwatch/mobile-helper android install [flags|cliConfigs]
### 1. Install an APK

Run the below command to install an APK on a real device or an AVD:

```sh
npx @nightwatch/mobile-helper android install --app [cliConfigs]
```
npx @nightwatch/mobile-helper android install --app

# with configs
npx @nightwatch/mobile-helper android install --app [--deviceId <device_id>] [--path <path_to_apk>]

**Configs**

Expand Down

0 comments on commit 2a943c3

Please sign in to comment.