Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.22 KB

Scoop Bucket Template

Template bucket for Scoop, 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>.

For example

scoop bucket add muxinxy https://github.com/muxinxy/scoop-bucket
scoop install muxinxy/go-muscifox

How do I contribute new manifests?

To make a new manifest contribution, please read the Contributing Guide.


To use this template

  • Modify the Readme.md and the bin/auto-pr.ps1 files accordingly.
  • Enable GitHub Actions for this repository.