summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-11 12:33:15 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-11 12:33:15 -0300
commit2d3ead00fa0ba13667e15796264682150aab90b2 (patch)
treeafa775353b5797bf35db703dc212ba29e45ce82e
parentf8dee1c9225c7f4f19f8ba448d61e715db195608 (diff)
Added documentation message to the script
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index bbb9fb3..a991545 100755
--- a/install.sh
+++ b/install.sh
@@ -186,5 +186,10 @@ echo
echo "All the services location are also saved in ~/yams_services.txt"
running_services_location > ~/yams_services.txt
echo "========================================================"
+echo
+echo "To configure YAMS, check the documentation at"
+echo "https://yams.media/config"
+echo
+echo "========================================================"
exit 0
# ============================================================================================