2021-12-27 19:22:24 +01:00
# Scoop Bucket Template
2021-12-27 19:34:53 +01:00
<!-- Uncomment the following line after replacing placeholders -->
2022-03-09 09:09:58 +01:00
<!-- [![Tests ](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml/badge.svg )](https://github.com/<username>/<bucketname>/actions/workflows/ci.yml) [![Excavator ](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml/badge.svg )](https://github.com/<username>/<bucketname>/actions/workflows/excavator.yml) -->
2021-12-27 19:34:53 +01:00
2021-12-27 19:22:24 +01:00
Template bucket for [Scoop ](https://scoop.sh ), the Windows command-line installer.
How do I install these manifests?
---------------------------------
To add this bucket, run `scoop bucket add <bucketname> https://github.com/<username>/<bucketname>` . To install, do `scoop install <manifest>` .
How do I contribute new manifests?
----------------------------------
2022-01-02 02:20:31 +01:00
To make a new manifest contribution, please read the [Contributing Guide ](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md ).
2021-12-27 19:22:24 +01:00
----
#### To use this template
- Modify the Readme.md and the bin/auto-pr.ps1 files accordingly.
- Enable GitHub Actions for this repository.