diff --git a/scripts/install.sh b/scripts/install.sh index cf075fd..15f8297 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -25,4 +25,7 @@ cd $DIR cd .. npm install +echo "" echo "You must restart your shell, or run the following command: source ~/.bashrc" +echo "After reloading .bashrc, you can launch the frame with: $DIR/../launch.sh -u [USERNAME] -f [FRAME_NAME] -d [DOMAIN]" +echo "For example: $DIR/../launch.sh -u jonwohl -f Home -d openframe.io"