mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add MacPorts as installation option for MacOS (#8663)
* Added MacPorts as installation option for MacOS * Added macports to ToC
This commit is contained in:
parent
992b7a0c39
commit
7d7ed78681
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue