docs: add winget install command (#1918)
## Summary - Add the `winget install MoeruAI.AIRI` command to the root README Windows install tip. - Mirror the same winget command in the localized README files covered by the issue. Closes #1913 ## Validation - `grep -n -B 5 -A 5 "MoeruAI\.AIRI" README.md docs/README.*.md` - `git diff --check`
This commit is contained in:
@@ -135,7 +135,13 @@
|
||||
> 深受 [Neuro-sama](https://www.youtube.com/@Neurosama) 启发
|
||||
|
||||
> [!TIP]
|
||||
> 在 Windows 上,你也可以使用 [Scoop](https://scoop.sh/) 安装 AIRI:
|
||||
> 在 Windows 上,你也可以使用 [winget](https://learn.microsoft.com/windows/package-manager/winget/) 安装 AIRI:
|
||||
>
|
||||
> ```powershell
|
||||
> winget install MoeruAI.AIRI
|
||||
> ```
|
||||
>
|
||||
> 或者使用 [Scoop](https://scoop.sh/) 安装 AIRI:
|
||||
>
|
||||
> ```powershell
|
||||
> scoop bucket add airi https://github.com/moeru-ai/airi
|
||||
|
||||
Reference in New Issue
Block a user