diff options
| author | ruki <[email protected]> | 2025-01-19 21:45:13 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-19 21:45:13 +0800 |
| commit | 1ea11f3c8a23bb86f2015cbba8c41d19c1e471d4 (patch) | |
| tree | 6d8380adc24de7cf74ac0d339d30959c50ea4ad3 | |
| parent | a0298b704583fc08f66f9da5d121039d0ea98e02 (diff) | |
| parent | 7e754adda0cebd8be1a983ebc7d4744bdc46ac04 (diff) | |
Merge pull request #6096 from std-microblock/patch-1
use irm https://xmake.io/psget.text | iex
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -102,7 +102,7 @@ wget https://xmake.io/shget.text -O - | bash ### With PowerShell ```sh -Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content +irm https://xmake.io/psget.text | iex ``` ### Other installation methods 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 ``` #### 其他安装方式 |
