diff options
| author | MicroBlock <[email protected]> | 2025-01-19 12:26:35 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-19 12:26:35 +0800 |
| commit | 49178ce6eab55c9867036503def384cb5674bf4b (patch) | |
| tree | 68c3dde3570563cbbcdb0c37c82f54ddd4a69629 | |
| parent | a0298b704583fc08f66f9da5d121039d0ea98e02 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
