From 3dd940117dc8c0c7ba3069537688c6f835e4bfa0 Mon Sep 17 00:00:00 2001 From: Saurabh Raj Date: Thu, 30 Mar 2017 10:19:38 +0530 Subject: [PATCH] Install.rst: Add link to bash/zsh autocompletion This link shows users how to set up autocompletion for coala arguments and bear names. Closes https://github.com/coala/documentation/issues/386 --- Users/Install.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Users/Install.rst b/Users/Install.rst index 9962d73a..93b808e4 100644 --- a/Users/Install.rst +++ b/Users/Install.rst @@ -285,6 +285,14 @@ For x86 python or for x64 python: Replace "XXX" with the ClangSharp version you received from nuget. +Shell-Autocompletion Support +---------------------------- + +If you are a bash/zsh user , checkout the +`guide `_ +to set up autocompletion for coala arguments and bear names. + + Installation Errors -------------------