docs(readme): add install using winget

This commit is contained in:
anatawa12 2024-04-03 12:11:55 +09:00 committed by GitHub
commit 308ae492dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,6 +59,14 @@ If you're using [MacPorts], you can easily install vrc-get with MacPorts.
sudo port install vrc-get
```
### Using winget
If you're using modern Windows, you can install vrc-get with [winget].
```pwsh
winget install anatawa12.vrc-get
```
### Using scoop
<!-- TODO: update when published to official repository -->
@ -141,6 +149,7 @@ See [README of vrc-get-gui][vrc-get-gui] for more details.
[Homebrew]: https://brew.sh
[MacPorts]: https://www.macports.org
[scoop]: https://scoop.sh
[winget]: https://learn.microsoft.com/windows/package-manager/
[vrc-get-gui]: ./vrc-get-gui/README.md