1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-22 23:50:12 +02:00
2021-06-07 14:58:34 +02:00

334 B

title
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