From 76804dd59376dd888dab2453785a0e996573b83b Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Mon, 21 Oct 2024 16:51:54 +0800 Subject: [PATCH] feat: README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8f53cd --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# scoop-bucket + +My scoop bucket. + +## Usage + +1. Add this bucket to scoop: + +```shell +scoop bucket add taurusxin https://git.taurusxin.com/taurusxin/scoop-bucket.git +``` + +2. Install apps from this bucket: + +```shell +scoop install +``` + +## Apps + +1. [ncmdump](https://git.taurusxin.com/taurusxin/ncmdump) +2. [ncmdump-go](https://git.taurusxin.com/taurusxin/ncmdum-go)