From: Herby Gillot Date: Fri, 28 Oct 2022 15:13:41 +0000 (-0400) Subject: README: add MacPorts install instructions (#1008) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=e8728bbdcb4c087e74e048412613fd7c4572302c;p=ttyd.git README: add MacPorts install instructions (#1008) https://ports.macports.org/port/ttyd/ --- diff --git a/README.md b/README.md index a919e47..329a3a9 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ Install with [homebrew](http://brew.sh): brew install ttyd ``` +Install with [MacPorts](https://www.macports.org): + +```bash +sudo port install ttyd +``` + ## Install on Linux - Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page.