Added documentation message to the script

This commit is contained in:
Roger Gonzalez 2023-01-11 12:33:15 -03:00
parent f8dee1c922
commit 2d3ead00fa
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -186,5 +186,10 @@ echo
echo "All the services location are also saved in ~/yams_services.txt" echo "All the services location are also saved in ~/yams_services.txt"
running_services_location > ~/yams_services.txt running_services_location > ~/yams_services.txt
echo "========================================================" echo "========================================================"
echo
echo "To configure YAMS, check the documentation at"
echo "https://yams.media/config"
echo
echo "========================================================"
exit 0 exit 0
# ============================================================================================ # ============================================================================================