change README from the template
This commit is contained in:
parent
47cddd61ea
commit
6c8afe38bf
1 changed files with 4 additions and 11 deletions
15
README.md
15
README.md
|
@ -1,23 +1,16 @@
|
|||
# Scoop Bucket Template
|
||||
# Sam's Scoop
|
||||
|
||||
<!-- 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) -->
|
||||
[![Tests](https://github.com/SamTherapy/scoop/actions/workflows/ci.yml/badge.svg)](https://github.com/SamTherapy/scoop/actions/workflows/ci.yml) [![Excavator](https://github.com/SamTherapy/scoop/actions/workflows/excavator.yml/badge.svg)](https://github.com/SamTherapy/scoop/actions/workflows/excavator.yml)
|
||||
|
||||
Template bucket for [Scoop](https://scoop.sh), the Windows command-line installer.
|
||||
My personal scoop bucket
|
||||
|
||||
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>`.
|
||||
To add this bucket, run `scoop bucket add <bucketname> https://git.froth.zone/sam/scoop`. 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.
|
||||
|
|
Loading…
Reference in a new issue