https://github.com/munishchouhan/homebrew-tap
repo to host products to distribute over homebrew
https://github.com/munishchouhan/homebrew-tap
Last synced: 4 months ago
JSON representation
repo to host products to distribute over homebrew
- Host: GitHub
- URL: https://github.com/munishchouhan/homebrew-tap
- Owner: munishchouhan
- Created: 2023-11-27T16:24:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T11:03:45.000Z (6 months ago)
- Last Synced: 2025-01-20T02:44:59.525Z (6 months ago)
- Language: Ruby
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew
## Formulae
Invoke either of the following commands if the formula is hosted at GitHub```sh
$ brew install munishchouhan/tap/
```Or
```sh
$ brew tap munishchouhan/tap
$ brew install
```Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap munishchouhan/homebrew-tap
brew install
```## Casks
Invoke either of the following commands if the cask is hosted at GitHub```sh
$ brew install --cask munishchouhan/tap/
```Or
```sh
$ brew tap munishchouhan/tap
$ brew install --cask
```Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap munishchouhan/homebrew-tap
brew install --cask
```If you get a dialog stating the cask is broken try installing with `--no-quarantine`.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).