From 6713ae60fc366954edb151b46f4540e95c3d0638 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Sun, 5 May 2024 11:26:59 -0500 Subject: [PATCH] Add installation instructions using MacPorts --- Build-Instructions-(macOS).md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Build-Instructions-(macOS).md b/Build-Instructions-(macOS).md index 6ee7fd2..bf87990 100644 --- a/Build-Instructions-(macOS).md +++ b/Build-Instructions-(macOS).md @@ -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