Skip to content

Document Scoop installation option #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ You can also download it using [Chocolatey][chocolatey]:
choco install gkcli
```

Or using [scoop][scoop] package

<a href="https://github.com/ScoopInstaller/Main/blob/master/bucket/gk.json">
<img src="https://repology.org/badge/version-for-repo/scoop/gk.svg" alt="Scoop package">
</a>

```bash
scoop install gk
```

#### Optional Enable Auto Command Completion
To enable auto-completion for `gk` in PowerShell, follow these steps:

Expand Down Expand Up @@ -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
Expand Down