Document how to get bucket indexed (#15)

This commit is contained in:
Tim Martin 2023-09-28 03:50:29 -04:00 committed by GitHub
parent eeeafd18cd
commit c6a52f87d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ Template bucket for [Scoop](https://scoop.sh), the Windows command-line installe
6. Create new manifests by copying `bucket/app-name.json.template` to 6. Create new manifests by copying `bucket/app-name.json.template` to
`bucket/<app-name>.json`. `bucket/<app-name>.json`.
7. Commit and push changes. 7. Commit and push changes.
8. If you'd like your bucket to be indexed on `https://scoop.sh`, add the
topic `scoop-bucket` to your repository.
## How do I install these manifests? ## How do I install these manifests?