docs: more help for setting up

This commit is contained in:
2021-12-19 16:33:24 +01:00
parent b71a379788
commit 6998a87eef

View File

@ -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"
}