From 1073ca27955e5916856c32c52fe40edc40af7d26 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Thu, 2 Mar 2023 20:22:26 +0100 Subject: [PATCH] in readme, add link to docker hub, and add your changes will be under mit license too --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 454dff0..5e5978f 100644 --- a/README.md +++ b/README.md @@ -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".