From e0bf351e703a9cf86248f561d5b967e719962dbd Mon Sep 17 00:00:00 2001 From: Alessandro Digilio Date: Fri, 29 Mar 2024 11:53:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20added=20install=20instruction=20?= =?UTF-8?q?for=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALLING.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/INSTALLING.md b/INSTALLING.md index d579909..7784ac5 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -21,8 +21,13 @@ You may need to need to change the version number (`4.4.2`) and the archive See the [releases page][releases] for a list of supported platforms. #### Windows -TODO: community support is requested here. Please open a PR if you'd like to -contribute installation instructions for Windows. +### Install via chocolatey + +from an elevated powershell with chocolatey package manager installed + +```powershell +choco install cheat +``` ### Install via `go install` If you have `go` version `>=1.17` available on your `PATH`, you can install @@ -42,6 +47,7 @@ brew | [cheat][pkg-brew] docker | [docker-cheat][pkg-docker] nix | [nixos.cheat][pkg-nix] snap | [cheat][pkg-snap] +chocolatey | [cheat][pkg-choco] @@ -76,4 +82,5 @@ export CHEAT_CONFIG_PATH="~/.dotfiles/cheat/conf.yml" [pkg-docker]: https://github.com/bannmann/docker-cheat [pkg-nix]: https://search.nixos.org/packages?channel=unstable&show=cheat&from=0&size=50&sort=relevance&type=packages&query=cheat [pkg-snap]: https://snapcraft.io/cheat +[pkg-choco]: https://community.chocolatey.org/packages/cheat [releases]: https://github.com/cheat/cheat/releases