diff --git a/README.md b/README.md index c4df095..9d67110 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ Without headless mode : ```bash python main.py -u --noheadless ``` +Run with docker : +```bash +docker build -t globalbot . +docker run --shm-size=1g -it globalbot -p -u +```