Fixed typo in url

main
David 2023-01-03 17:40:51 +00:00
parent c8c64f83bd
commit 01256910fa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The bot is orientated towards admins of large Matrix rooms that are public and r
## How to run? ## How to run?
**Using Docker:** **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` `sudo docker run -v /local/path/to/config.ini:/config.ini -t matrix-modbot:latest`
**Using Cargo:** **Using Cargo:**