aboutsummaryrefslogtreecommitdiff
path: root/zh/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zh/README.md')
-rw-r--r--zh/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/zh/README.md b/zh/README.md
index 9a718f2d..8fd00c3b 100644
--- a/zh/README.md
+++ b/zh/README.md
@@ -90,9 +90,17 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm
#### Windows
+##### 使用安装包
+
1. 从 [Releases](https://github.com/tboox/xmake/releases) 上下载windows安装包
2. 运行安装程序 xmake-[version].exe
+##### 使用scoop
+
+```bash
+scoop install xmake
+```
+
#### MacOS
```bash