Skip to content

Commit e6c982a

Browse files
authored
Add Homebrew package to readme (#548)
1 parent a8367e0 commit e6c982a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ If it does not, please open an issue!
6161
| [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal-bin](https://aur.archlinux.org/packages/intermodal-bin)<sup>AUR</sup> | `yay -S intermodal-bin` |
6262
| [Arch Linux](https://www.archlinux.org) | [Yay](https://github.com/Jguer/yay) | [intermodal](https://aur.archlinux.org/packages/intermodal)<sup>AUR</sup> | `yay -S intermodal` |
6363
| [Arch Linux](https://www.archlinux.org) | Manual Installation | [intermodal](https://aur.archlinux.org/packages/intermodal)<sup>AUR</sup> | [wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages) |
64+
| [macOS](https://www.apple.com/macos/) | [Homebrew](https://brew.sh) | [intermodal](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/intermodal.rb) | `brew install intermodal` |
6465
| [Void Linux](https://voidlinux.org) | [XBPS](https://docs.voidlinux.org/xbps/index.html) | [intermodal](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intermodal/template) | `xbps-install -S intermodal` |
6566
| [Windows](https://www.microsoft.com/en-us/windows) | [Scoop](https://scoop.sh) | [intermodal](https://github.com/ScoopInstaller/Main/blob/master/bucket/intermodal.json) | `scoop install intermodal` |
6667

bin/gen/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ packages:
7373
package: '[intermodal](https://aur.archlinux.org/packages/intermodal)<sup>AUR</sup>'
7474
command: '[wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)'
7575

76+
- operating-system: '[macOS](https://www.apple.com/macos/)'
77+
package-manager: '[Homebrew](https://brew.sh)'
78+
package: '[intermodal](https://github.com/Homebrew/homebrew-core/blob/master/Formula/i/intermodal.rb)'
79+
command: '`brew install intermodal`'
80+
7681
- operating-system: '[Void Linux](https://voidlinux.org)'
7782
package-manager: '[XBPS](https://docs.voidlinux.org/xbps/index.html)'
7883
package: '[intermodal](https://github.com/void-linux/void-packages/blob/master/srcpkgs/intermodal/template)'

0 commit comments

Comments
 (0)