From e1f3cfd92a17f6988646d62d8a10acb1f5063412 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 21 May 2021 16:53:39 +0100 Subject: [PATCH] Add Chocolatey installation documentation Updated documentation to include instructions on installing Nheko using the Chocolatey package manager on Windows. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ##