From 7e754adda0cebd8be1a983ebc7d4744bdc46ac04 Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:28:01 +0800 Subject: Update README_zh.md --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 5273af48e..d844cd7a0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -109,7 +109,7 @@ wget https://xmake.io/shget.text -O - | bash #### 使用powershell ```powershell -Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content +irm https://xmake.io/psget.text | iex ``` #### 其他安装方式 -- cgit v1.3.1