瀏覽代碼

Add a nice message

pull/3/head
Dave Smith 15 年之前
父節點
當前提交
01684ff0fa
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. +7
    -1
      bootstrap

+ 7
- 1
bootstrap 查看文件

@ -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…
取消
儲存