From 7d7ed78681797d2dffa1070060e063a508a18ecf Mon Sep 17 00:00:00 2001 From: Jeffrey Gelens Date: Mon, 30 Oct 2023 19:28:55 +0100 Subject: [PATCH] Add MacPorts as installation option for MacOS (#8663) * Added MacPorts as installation option for MacOS * Added macports to ToC --- book/src/install.md | 7 +++++++ 1 file changed, 7 insertions(+) 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/)