mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
in readme, add link to docker hub, and add your changes will be under mit license too
This commit is contained in:
parent
286411cf82
commit
1073ca2795
1 changed files with 6 additions and 2 deletions
|
@ -59,8 +59,9 @@ Verify you have a working mox binary:
|
|||
Note: Mox only compiles for/works on unix systems, not on Plan 9 or Windows.
|
||||
|
||||
You can also run mox with docker image "docker.io/moxmail/mox", with tags like
|
||||
"latest", "0.0.1" and "0.0.1-go1.20.1-alpine3.17.2", etc. See docker-compose.yml
|
||||
in this repository for instructions on starting.
|
||||
"latest", "0.0.1" and "0.0.1-go1.20.1-alpine3.17.2", see
|
||||
https://hub.docker.com/r/moxmail/mox. See docker-compose.yml in this
|
||||
repository for instructions on starting.
|
||||
|
||||
|
||||
# Quickstart
|
||||
|
@ -192,6 +193,9 @@ Pull requests for bug fixes and new code are welcome too. If the changes are
|
|||
large, it helps to start a discussion (create a ticket) before doing all the
|
||||
work.
|
||||
|
||||
By contributing (e.g. code), you agree your contributions are licensed under the
|
||||
MIT license (like mox), and have the rights to do so.
|
||||
|
||||
## Where can I discuss mox?
|
||||
|
||||
Join #mox on irc.oftc.net, or #mox on the "Gopher slack".
|
||||
|
|
Loading…
Reference in a new issue