diff --git a/lib/core/setup.sh b/lib/core/setup.sh index 749fd66..58c6122 100644 --- a/lib/core/setup.sh +++ b/lib/core/setup.sh @@ -61,6 +61,9 @@ function _setup_env(){ echo info "Remember to refresh the package databases from the server:" info " pacman -Syy" + echo + info "To install packages from AUR follow the wiki here:" + info "https://github.com/fsquillace/junest#install-packages-from-aur" }