diff --git a/scripts/installer/installer b/scripts/installer/installer index 59ff185c4..e5e2372dc 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -87,6 +87,8 @@ function install_abra_release { fi echo "abra installed to $HOME/.local/bin/abra" + echo "test your installation is working by running \"abra\" on your command-line" + echo "run \"abra autocomplete -h\" to see how to set up command-line autocompletion" }