META-INF.jreleaser.templates.single-jar.scoop.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!
# Scoop Manifests
## How do I install these tools?
1. Install [scoop](https://github.com/lukesampson/scoop).
2. Add this bucket to scoop:
```
scoop bucket add {{repoOwner}} {{scoopRepositoryCloneUrl}}
```
3. Install tools via `scoop install`:
```
scoop install
```