Update README.md

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

View File

@ -18,3 +18,8 @@ Without headless mode :
```bash ```bash
python main.py -u <username> <password> --noheadless python main.py -u <username> <password> --noheadless
``` ```
Run with docker :
```bash
docker build -t globalbot .
docker run --shm-size=1g -it globalbot -p <password> -u <test>
```