diff options
| author | MicroBlock <[email protected]> | 2025-01-19 12:28:01 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-19 12:28:01 +0800 |
| commit | 7e754adda0cebd8be1a983ebc7d4744bdc46ac04 (patch) | |
| tree | 6d8380adc24de7cf74ac0d339d30959c50ea4ad3 | |
| parent | 49178ce6eab55c9867036503def384cb5674bf4b (diff) | |
Update README_zh.md
| -rw-r--r-- | README_zh.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` #### 其他安装方式 |
