META-INF.jreleaser.templates.native-image.scoop.README.md.tpl Maven / Gradle / Ivy
# 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
```