2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-22 01:50:59 +00:00
2021-06-07 14:58:34 +02:00

18 lines
334 B
Markdown

---
title: 'Contributing | Tests'
---
1. Install docker
2. Execute `git submodule update --init --recursive`
3. Install jq
!!! info "MacOS Specific (needed for tests)"
```bash
brew install coreutils
# bash >= 4.0 for associative arrays
brew install bash
```
4. Execute `make clean all`