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
+1 -1
View File
@@ -34,7 +34,7 @@ Installation methods:
- [CentOS](/docs/installation.md#centos)
- [Fedora](/docs/installation.md#fedora)
- [openSUSE/SLE](/docs/installation.md#opensusesle)
- [macOS (Homebrew)](/docs/installation.md#macos)
- [macOS (Homebrew and MacPorts)](/docs/installation.md#macos)
- [Windows](/docs/installation.md#windows)
#### Binary installation
+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