diff --git a/README.md b/README.md
index 95583e9..6d8f794 100644
--- a/README.md
+++ b/README.md
@@ -18,29 +18,33 @@
-## 需要你的帮助
-
-如果你想要通过 `scoop`,`brew`,`yay` 等系统包管理工具来安装和更新`chsrc`,请帮助我们达到下面的要求。
-
-- [ ] 缺乏 `AUR` 维护者
-- [x] `homebrew` 维护者
-- [ ] 缺乏 `scoop` 维护者
-- [ ] `scoop` 要求英文输出
-
-若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
-
-
-
## 安装
-以下方式均下载到当前目录,可直接通过 `./chsrc` 运行。
+如果你想要通过 `yay`,`apt`,`dnf` 等系统包管理工具来安装和更新`chsrc`,若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
+
+- [x] `homebrew` 维护者
+- [x] `scoop` 维护者
+- [ ] 缺乏 `AUR` 维护者
+- [ ] 缺乏其他平台/包维护者
+
+---
+
+以下手动方式均下载到当前目录,可直接通过 `./chsrc` 运行。
### Windows
+可以通过 `scoop` 安装,感谢 [@Gn3po4g](https://github.com/Gn3po4g) 与 [@niheaven](https://github.com/niheaven)
+
+```bash
+$ scoop install chsrc
+```
+
+或手动下载二进制文件 (最新版,有时比 `scoop` 提供的更新)
+
```bash
# x64
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-windows.exe -o chsrc.exe
@@ -70,13 +74,13 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-armv7-lin
可以通过 `homebrew` 安装,感谢 [@Aaron-212](https://github.com/Aaron-212) 与 [@chenrui333](https://github.com/chenrui333)
```bash
-brew install chsrc
+$ brew install chsrc
```
或手动下载二进制文件 (最新版,有时比 `homebrew` 提供的更新)
```bash
-# M1/aarch64
+# arm/aarch64
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-aarch64-macos -o chsrc; chmod +x ./chsrc
# x64