mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-12-02 14:55:14 +01:00
cc0b85a773
* Delete appveyor.yml * Create ci.yml * Update test.ps1 * Update README.md
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Scoop Bucket Template
|
|
|
|
<!-- Uncomment the following line after replacing placeholders -->
|
|
<!-- [![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) -->
|
|
|
|
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?
|
|
----------------------------------
|
|
|
|
To make a new manifest contribution, please read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
|
|
|
|
----
|
|
|
|
#### To use this template
|
|
|
|
- Modify the Readme.md and the bin/auto-pr.ps1 files accordingly.
|
|
- Enable GitHub Actions for this repository.
|