diff options
| author | ruki <[email protected]> | 2023-03-03 22:57:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-03-03 22:57:47 +0800 |
| commit | d0c48d8c53cfda574e90104db04a62d50e186cb1 (patch) | |
| tree | d395273f79ac8c100136fa2c3c1e4205b9e73730 /README.md | |
| parent | 35a4cff31c0090e75b04ad1ef41a1c517b3c45ae (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,13 +92,13 @@ If you want to know more, please refer to: [Documents](https://xmake.io/#/gettin #### via curl ```bash -bash <(curl -fsSL https://xmake.io/shget.text) +curl -fsSL https://xmake.io/shget.text | bash ``` #### via wget ```bash -bash <(wget https://xmake.io/shget.text -O -) +wget https://xmake.io/shget.text -O - | bash ``` #### via powershell |
