summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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