forked from projectmoon/tenebrous-dicebot
Update readme for repo mirroring.
This commit is contained in:
parent
e7520f6206
commit
d456320e66
11
README.md
11
README.md
|
@ -1,6 +1,7 @@
|
||||||
# matrix-dicebot
|
# matrix-dicebot
|
||||||
|
|
||||||
_This repository is in the process of being moved from GitHub._
|
_This repository is hosted on [Agnos.is Git][main-repo] and mirrored
|
||||||
|
to [GitHub][github-repo]._
|
||||||
|
|
||||||
This is a fork of the
|
This is a fork of the
|
||||||
[axfive-matrix-dicebot](https://gitlab.com/Taywee/axfive-matrix-dicebot)
|
[axfive-matrix-dicebot](https://gitlab.com/Taywee/axfive-matrix-dicebot)
|
||||||
|
@ -22,9 +23,9 @@ System.
|
||||||
|
|
||||||
### Docker Image
|
### Docker Image
|
||||||
|
|
||||||
The easiest way to run the dice bot is to use the official Docker
|
The easiest way to run the dice bot is to use the [official Docker
|
||||||
image. It is distributed on GitHub Container Registry by a CI
|
image][docker-image]. It is distributed on GitHub Container Registry
|
||||||
pipeline.
|
by a CI pipeline.
|
||||||
|
|
||||||
The `latest` tag always points to the most recent successfully built
|
The `latest` tag always points to the most recent successfully built
|
||||||
master commit and is considered unstable, while individual tags are
|
master commit and is considered unstable, while individual tags are
|
||||||
|
@ -220,3 +221,5 @@ The most basic plans are:
|
||||||
[config-file]: #Configuration-File
|
[config-file]: #Configuration-File
|
||||||
[docker-image]: https://github.com/users/ProjectMoon/packages/container/package/chronicle-dicebot
|
[docker-image]: https://github.com/users/ProjectMoon/packages/container/package/chronicle-dicebot
|
||||||
[dirs]: https://docs.rs/dirs/2.0.2/dirs/
|
[dirs]: https://docs.rs/dirs/2.0.2/dirs/
|
||||||
|
[main-repo]: https://git.agnos.is/projectmoon/matrix-dicebot
|
||||||
|
[github-repo]: https://git.agnos.is/projectmoon/matrix-dicebot
|
||||||
|
|
Loading…
Reference in New Issue