diff options
author | dgalbraith <dg@lbraith.io> | 2021-05-21 16:53:39 +0100 |
---|---|---|
committer | dgalbraith <dg@lbraith.io> | 2021-05-21 16:53:39 +0100 |
commit | e1f3cfd92a17f6988646d62d8a10acb1f5063412 (patch) | |
tree | d11105f6f208394148724b74840b9320b934093b /README.md | |
parent | Added translation using Weblate (Portuguese (Brazil)) (diff) | |
download | nheko-e1f3cfd92a17f6988646d62d8a10acb1f5063412.tar.xz |
Add Chocolatey installation documentation
Updated documentation to include instructions on installing Nheko using the Chocolatey package manager on Windows.
Diffstat (limited to 'README.md')
-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 ## |