META-INF.jreleaser.templates.single-jar.brew.README.md.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jreleaser-templates Show documentation
Show all versions of jreleaser-templates Show documentation
JReleaser packager templates
The newest version!
# Homebrew
## Formulae
Invoke either of the following commands if the formula is hosted at GitHub
```sh
$ brew install {{brewRepositoryOwner}}/{{brewRepositoryAlias}}/
```
Or
```sh
$ brew tap {{brewRepositoryOwner}}/{{brewRepositoryAlias}}
$ brew install
```
Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap {{brewRepositoryOwner}}/{{brewRepositoryName}} {{tapRepoCloneUrl}}
brew install
```
## Casks
Invoke either of the following commands if the cask is hosted at GitHub
```sh
$ brew install --cask {{brewRepositoryOwner}}/{{brewRepositoryAlias}}/
```
Or
```sh
$ brew tap {{brewRepositoryOwner}}/{{brewRepositoryAlias}}
$ brew install --cask
```
Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap {{brewRepositoryOwner}}/{{brewRepositoryName}} {{tapRepoCloneUrl}}
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).