mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-11-15 07:21:22 +01:00
334 B
334 B
title
| title |
|---|
| Contributing | Tests |
-
Install docker
-
Execute
git submodule update --init --recursive -
Install jq
!!! info "MacOS Specific (needed for tests)"
```bash brew install coreutils # bash >= 4.0 for associative arrays brew install bash ``` -
Execute
make clean all