From c6a52f87d5af70198673e9693d50b559e6061504 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Thu, 28 Sep 2023 03:50:29 -0400 Subject: [PATCH] Document how to get bucket indexed (#15) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a06804..a53d3d7 100644 --- a/README.md +++ b/README.md @@ -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 `bucket/.json`. 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?