diff --git a/README.md b/README.md index f8a4dff..139097c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The bot is orientated towards admins of large Matrix rooms that are public and r ## How to run? **Using Docker:** -A minimal Docker image containing the compiled binary is published on [Docker Hub](https://hub.docker.com/r/davidlocalhost/matrix-modbot"). Note that this image is automatically pushed using a CI/CD Pipeline for every commit made to the main branch. Expect there to be bugs and breaking changes. +A minimal Docker image containing the compiled binary is published on [Docker Hub](https://hub.docker.com/r/davidlocalhost/matrix-modbot). Note that this image is automatically pushed using a CI/CD Pipeline for every commit made to the main branch. Expect there to be bugs and breaking changes. `sudo docker run -v /local/path/to/config.ini:/config.ini -t matrix-modbot:latest` **Using Cargo:**