Update README.md

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

View File

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