mirror of https://github.com/helix-editor/helix
Add MacPorts as installation option for MacOS (#8663)
* Added MacPorts as installation option for MacOS * Added macports to ToCpull/8667/head
parent
992b7a0c39
commit
7d7ed78681
|
@ -13,6 +13,7 @@
|
||||||
- [AppImage](#appimage)
|
- [AppImage](#appimage)
|
||||||
- [macOS](#macos)
|
- [macOS](#macos)
|
||||||
- [Homebrew Core](#homebrew-core)
|
- [Homebrew Core](#homebrew-core)
|
||||||
|
- [MacPorts](#macports)
|
||||||
- [Windows](#windows)
|
- [Windows](#windows)
|
||||||
- [Winget](#winget)
|
- [Winget](#winget)
|
||||||
- [Scoop](#scoop)
|
- [Scoop](#scoop)
|
||||||
|
@ -133,6 +134,12 @@ chmod +x helix-*.AppImage # change permission for executable mode
|
||||||
brew install helix
|
brew install helix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### MacPorts
|
||||||
|
|
||||||
|
```sh
|
||||||
|
port install helix
|
||||||
|
```
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Install on Windows using [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/)
|
Install on Windows using [Winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/), [Scoop](https://scoop.sh/), [Chocolatey](https://chocolatey.org/)
|
||||||
|
|
Loading…
Reference in New Issue