Skip to content

Commit

Permalink
Made install output be more clear about next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
quinkennedy committed Nov 13, 2015
1 parent 03540c7 commit 03e15b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 03e15b3

Please sign in to comment.