mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
334 B
334 B
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