aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gelens2023-10-30 18:28:55 +0000
committerGitHub2023-10-30 18:28:55 +0000
commit7d7ed78681797d2dffa1070060e063a508a18ecf (patch)
tree124ee2c37b0da3a41d8ff617180fc3748418703b
parent992b7a0c395b5c43e2fd4f6eee38bed8dda9721a (diff)
Add MacPorts as installation option for MacOS (#8663)
* Added MacPorts as installation option for MacOS * Added macports to ToC
-rw-r--r--book/src/install.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/book/src/install.md b/book/src/install.md
index 01858034..dc028625 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/)