Merge pull request #162 from rhapsodyv/patch-1

Add MacPorts install instructions
This commit is contained in:
Martin Lund 2022-07-20 11:19:51 +02:00 committed by GitHub
commit 02637a92ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,14 @@ If you have [brew](http://brew.sh) installed, you can install tio like so:
$ brew install tio $ 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). The latest source releases can be found [here](https://github.com/tio/tio/releases).