1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 02:01:19 +00:00

Add installation instructions using MacPorts

Ryan Carsten Schmidt 2024-05-05 11:26:59 -05:00
parent ae99473426
commit 6713ae60fc

@ -1,9 +1,13 @@
# Build Instructions (macOS)
We can [install using homebrew](https://formulae.brew.sh/cask/cool-retro-term) like so,
We can [install using Homebrew](https://formulae.brew.sh/cask/cool-retro-term):
```
brew install --cask cool-retro-term
```
or [install using MacPorts](https://ports.macports.org/port/cool-retro-term/details/):
```
sudo port install cool-retro-term
```
or we can build it from source:
## Dependencies