Skip to content

Commit 1ea11f3

Browse files
authored
Merge pull request #6096 from std-microblock/patch-1
use irm https://xmake.io/psget.text | iex
2 parents a0298b7 + 7e754ad commit 1ea11f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ wget https://xmake.io/shget.text -O - | bash
102102
### With PowerShell
103103

104104
```sh
105-
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
105+
irm https://xmake.io/psget.text | iex
106106
```
107107

108108
### Other installation methods

README_zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ wget https://xmake.io/shget.text -O - | bash
109109
#### 使用powershell
110110

111111
```powershell
112-
Invoke-Expression (Invoke-Webrequest 'https://xmake.io/psget.text' -UseBasicParsing).Content
112+
irm https://xmake.io/psget.text | iex
113113
```
114114

115115
#### 其他安装方式

0 commit comments

Comments
 (0)