From d86243c1b1e5661cdaa209db95bb321eda19ce2a Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 6 May 2022 17:26:53 +0900 Subject: [PATCH] Update "Shell Completion" instruction on Linux --- docs/src/docs/usage/integrations.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/usage/integrations.mdx b/docs/src/docs/usage/integrations.mdx index d81b124f89f5..81d66017cdf9 100644 --- a/docs/src/docs/usage/integrations.mdx +++ b/docs/src/docs/usage/integrations.mdx @@ -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 @@ -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 --help` (replace `` with your favorite one). ## CI Integration