From 6186837fd23616335ba8aff830801692a756799c Mon Sep 17 00:00:00 2001 From: Cheviiot <153805936+Cheviiot@users.noreply.github.com> Date: Sat, 25 Jul 2026 11:33:41 +1000 Subject: [PATCH] docs: note that Nivora installs get shell completion automatically --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 295869b..ab90067 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ Error text from internal packages stays in English regardless. ## Shell completion +Already set up if you installed via Nivora. Otherwise: + ```bash source <(vintner completion bash) # or add to ~/.bashrc source <(vintner completion zsh) # or add to ~/.zshrc