mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-15 03:44:56 +02:00
removed Darwin specific code and modified the docs to indicate macOS is not supported
This commit is contained in:
parent
d101d0aa0a
commit
54e41d04f7
3 changed files with 7 additions and 27 deletions
|
@ -5,13 +5,9 @@ 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`
|
||||
|
||||
|
||||
!!! info "Can I use MacOS?"
|
||||
|
||||
We do not support running linting, tests, etc on macOS at this time. Please use a linux VM.
|
Loading…
Add table
Add a link
Reference in a new issue