Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Add a nice message
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyd committed Dec 4, 2009
1 parent b491898 commit 01684ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bootstrap
Expand Up @@ -47,7 +47,13 @@ main(Args) ->
end,

%% Finally, update executable perms for our script
[] = os:cmd("chmod u+x rebar").
[] = os:cmd("chmod u+x rebar"),

%% Add a helpful message
io:format("Congratulations! You now have a self-contained script called \"rebar\" in\n"
"your current working directory. Place this script anywhere in your path\n"
"and you can use rebar to build OTP-compliant apps.\n").




0 comments on commit 01684ff

Please sign in to comment.