Skip to content

Commit

Permalink
Add MacPorts as installation option for MacOS (helix-editor#8663)
Browse files Browse the repository at this point in the history
* Added MacPorts as installation option for MacOS

* Added macports to ToC
  • Loading branch information
jgelens authored and mtoohey31 committed Jun 2, 2024
1 parent 06c0605 commit e92d815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [AppImage](#appimage)
- [macOS](#macos)
- [Homebrew Core](#homebrew-core)
- [MacPorts](#macports)
- [Windows](#windows)
- [Winget](#winget)
- [Scoop](#scoop)
Expand Down Expand Up @@ -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/)
Expand Down

0 comments on commit e92d815

Please sign in to comment.