Skip to content
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

docs: update "Shell Completion" instruction on Linux #2829

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/docs/usage/integrations.mdx
Expand Up @@ -33,7 +33,7 @@ title: Integrations

## Shell Completion

`golangci-lint` can generate bash completion file.
`golangci-lint` can generate bash, fish, powershell, and zsh completion files.

### macOS

Expand All @@ -58,7 +58,7 @@ source ~/.bashrc

### Linux

See [kubectl instructions](https://kubernetes.io/docs/tasks/tools/install-kubectl/#enabling-shell-autocompletion) and don't forget to replace `kubectl` with `golangci-lint`.
See the instructions on `golangci-lint completion <YOUR_SHELL> --help` (replace `<YOUR_SHELL>` with your favorite one).

## CI Integration

Expand Down