Update installer.ps1

[GitHub #133 #98]
This commit is contained in:
Aoran Zeng
2024-12-07 23:53:34 +08:00
parent b3163241cf
commit e0944157d4
2 changed files with 6 additions and 3 deletions

View File

@@ -100,6 +100,8 @@
<details>
<summary>Windows</summary>
<div style="magrin-top: 10px"> </div>
- 可通过 `scoop` 安装,感谢 [@Gn3po4g] 与 [@niheaven]
```bash
@@ -113,7 +115,7 @@ $ scoop install chsrc
若下方链接无法访问,可使用 `https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.ps1` 替代
```PowerShell
$ iwr -useb "https://chsrc.run/windows" | iex
"& { $(iwr -useb https://chsrc.run/windows) } -Version pre" | iex
```
<br>