Add MacPorts as installation option for MacOS (#8663)

* Added MacPorts as installation option for MacOS

* Added macports to ToC
pull/8667/head
Jeffrey Gelens 8 months ago committed by GitHub
parent 992b7a0c39
commit 7d7ed78681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/)

Loading…
Cancel
Save