We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0298b7 + 7e754ad commit 1ea11f3Copy full SHA for 1ea11f3
README.md
@@ -102,7 +102,7 @@ wget https://xmake.io/shget.text -O - | bash
102
### With PowerShell
103
104
```sh
105
-Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
+irm https://xmake.io/psget.text | iex
106
```
107
108
### Other installation methods
README_zh.md
@@ -109,7 +109,7 @@ wget https://xmake.io/shget.text -O - | bash
109
#### 使用powershell
110
111
```powershell
112
113
114
115
#### 其他安装方式
0 commit comments