From 63209d6395f535026b19ae876d6e3b3d4dbe5d0b Mon Sep 17 00:00:00 2001 From: overtrue Date: Fri, 20 Mar 2026 23:25:20 +0800 Subject: [PATCH] docs(readme): add Scoop installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e58561b..61ff2a2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ If you specifically need glibc-linked builds, use `linux-amd64-gnu` / `linux-arm brew install rustfs/tap/rc ``` +### Scoop (Windows) + +```powershell +scoop bucket add rustfs https://github.com/rustfs/scoop-bucket +scoop install rustfs/rc +``` + ### Cargo ```bash