Add MacPorts support to the documentation (#1242)

This commit is contained in:
Enrico Maria Crisostomo
2020-02-13 17:07:16 +08:00
committed by GitHub
parent 7dbca5df34
commit dd3f6a28e9
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -50,10 +50,14 @@ sudo dnf -y install kompose
```
#### macOS
On macOS you can install latest release via [Homebrew](https://brew.sh):
On macOS you can install latest release via [Homebrew](https://brew.sh) or [MacPorts](https://www.macports.org/).
```bash
# Homebrew
brew install kompose
# MacPorts
port install kompose
```
#### Windows