diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-11 12:33:15 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-11 12:33:15 -0300 |
commit | 2d3ead00fa0ba13667e15796264682150aab90b2 (patch) | |
tree | afa775353b5797bf35db703dc212ba29e45ce82e /install.sh | |
parent | f8dee1c9225c7f4f19f8ba448d61e715db195608 (diff) |
Added documentation message to the script
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 # ============================================================================================ |