mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Add a nice message
This commit is contained in:
parent
b491898690
commit
01684ff0fa
1 changed files with 7 additions and 1 deletions
|
@ -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").
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue