소스 검색

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").

불러오는 중...
취소
저장