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