diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2021-05-21 16:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 16:12:30 +0000 |
commit | a43fc91b1698cf6adcdbdf188ee0698551909283 (patch) | |
tree | d11105f6f208394148724b74840b9320b934093b | |
parent | Added translation using Weblate (Portuguese (Brazil)) (diff) | |
parent | Add Chocolatey installation documentation (diff) | |
download | nheko-a43fc91b1698cf6adcdbdf188ee0698551909283.tar.xz |
Merge pull request #586 from dgalbraith/chocolatey-install-documentation
Add Chocolatey installation documentation
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md index 87ed7f8b..9904ebd8 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,15 @@ with [homebrew](https://brew.sh/): ```sh brew install --cask nheko ``` + +#### Windows + +with [Chocolatey](https://chocolatey.org/): + +```posh +choco install nheko-reborn +``` + ### FAQ ## |