Fixed typo in url
parent
c8c64f83bd
commit
01256910fa
|
@ -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:**
|
||||
|
|
Loading…
Reference in New Issue