docs: more help for setting up

This commit is contained in:
decentral1se 2021-12-19 16:33:24 +01:00
parent b71a379788
commit 6998a87eef
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 0 deletions

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