From b62a7eb22d386f31baf10364c5dd7b560c79fd6d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 8 May 2022 18:16:53 +0900 Subject: [PATCH] docs: update "Shell Completion" instruction on Linux (#2829) --- 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