diff --git a/book/src/install.md b/book/src/install.md index 01858034f..dc028625b 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -13,6 +13,7 @@ - [AppImage](#appimage) - [macOS](#macos) - [Homebrew Core](#homebrew-core) + - [MacPorts](#macports) - [Windows](#windows) - [Winget](#winget) - [Scoop](#scoop) @@ -133,6 +134,12 @@ chmod +x helix-*.AppImage # change permission for executable mode brew install helix ``` +### MacPorts + +```sh +port install helix +``` + ## Windows Install on Windows using [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/)