From e4ef49651b06373b717125ba65985647e25115e3 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:04:41 -0400 Subject: [PATCH] install: provide link to getting started webpage --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index fdd646046a..4e5c1d2aab 100755 --- a/install +++ b/install @@ -178,6 +178,7 @@ fi if [ $downloaded == 1 ];then echo "Installation complete. Pi-Apps can be launched from the start menu or by running the command 'pi-apps'." + echo "Further explanation for how to use Pi-Apps can be found on our getting started webpage: https://pi-apps.io/wiki/getting-started/running-pi-apps/" else echo -e "Please note that Pi-Apps has NOT been freshly downloaded, because $DIRECTORY already exists." fi