Skip to content

Commit

Permalink
Add chrome to CLI README
Browse files Browse the repository at this point in the history
  • Loading branch information
AZn5ReD committed May 10, 2020
1 parent 85b23a6 commit d7891ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here is an example of the possible arguments

```bash
npm run build
npm run start -- --debug="false" --url="https://exmaple.com" --login="SUSER" --password="SUSER_PASSWORD" --target="./target_dir"
npm run start -- --chrome="/usr/bin/google-chrome" --debug="false" --url="https://exmaple.com" --login="SUSER" --password="SUSER_PASSWORD" --target="./target_dir"
```

### GUI
Expand Down

0 comments on commit d7891ef

Please sign in to comment.