From 03e15b36c62c1b1c68897946cbd803507e130b8c Mon Sep 17 00:00:00 2001 From: Quin Kennedy Date: Fri, 13 Nov 2015 19:11:41 +0000 Subject: [PATCH] Made install output be more clear about next steps --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) 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"