From 4036b8a3b1c302e6200b5aebdd49d7f44eff57a7 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 1 Aug 2021 11:29:13 -0400 Subject: [PATCH] README: add MacPorts info (#762) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1790744..23b2459 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ To install with [Homebrew](https://brew.sh/), run: brew install act ``` +To install with [MacPorts](https://www.macports.org), run: + +```shell +sudo port install act +``` + Alternatively, you can use the following: ```shell