From 3bb0ffdeffcea24f161c9be1dbcdebce96f4ac57 Mon Sep 17 00:00:00 2001 From: Victor Oliveira Date: Tue, 19 Jul 2022 15:32:31 -0300 Subject: [PATCH] add macports install instructions MacPorts support is added by https://github.com/macports/macports-ports/pull/15400 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83606c4..fa4d8f4 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,14 @@ If you have [brew](http://brew.sh) installed, you can install tio like so: $ brew install tio ``` -### 4.4 Installation from source +### 4.4 Installation using MacPorts (MacOS) + +If you have [MacPorts](https://www.macports.org) installed, you can install tio like so: +``` + $ sudo port install tio +``` + +### 4.5 Installation from source The latest source releases can be found [here](https://github.com/tio/tio/releases).