From 0d968d5db2514996a9332b6a4ddf941f45a065f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20K=C5=82opotek?= Date: Wed, 26 Feb 2025 14:23:38 +0100 Subject: [PATCH] Add Scoop installation option --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c48675..3eb8813 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,16 @@ You can also download it using [Chocolatey][chocolatey]: choco install gkcli ``` +Or using [scoop][scoop] package + + + Scoop package + + +```bash +scoop install gk +``` + #### Optional Enable Auto Command Completion To enable auto-completion for `gk` in PowerShell, follow these steps: @@ -331,7 +341,7 @@ https://user-images.githubusercontent.com/3358707/231006608-18f3dca2-a67c-4e77-b [macports]: https://www.macports.org/ [winget]: https://github.com/microsoft/winget-cli [chocolatey]: https://community.chocolatey.org/packages/GKCLI - +[scoop]: https://scoop.sh/#/apps?q=gk ## Appendix