From 49178ce6eab55c9867036503def384cb5674bf4b Mon Sep 17 00:00:00 2001 From: MicroBlock <66859419+std-microblock@users.noreply.github.com> Date: Sun, 19 Jan 2025 12:26:35 +0800 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a84b6ce..623f76bab 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3.1 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