Skip to content

Commit

Permalink
docs: update "Shell Completion" instruction on Linux (#2829)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 8, 2022
1 parent b1588fa commit 7c1d8b7
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7c1d8b7

Please sign in to comment.