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