Update README.md

This commit is contained in:
Jarjar 2023-02-05 20:28:12 +01:00 committed by GitHub
parent f058d72366
commit ea53916d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ You can replace it by another one by downloading it here : [https://chromedriver
## 🧑🏻‍💻 Usage
```bash
python main.py -u <username> <password>
python main.py -u <username> -p <password>
```
Without headless mode :
```bash
python main.py -u <username> <password> --noheadless
python main.py -u <username> -p <password> --noheadless
```
Run with docker :
```bash