Browse Source

Merge pull request #303 from ingwinlu/fix_readme_building_rebar

fix congratulation message in README.md
pull/308/head
Tristan Sloughter 10 years ago
parent
commit
d1cdbae0fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -125,7 +125,7 @@ $ git clone https://github.com/rebar/rebar3
$ cd rebar $ cd rebar
$ ./bootstrap/bootstrap $ ./bootstrap/bootstrap
==> rebar (compile) ==> rebar (compile)
Congratulations! You now have a self-contained script called "rebar" in
Congratulations! You now have a self-contained script called "rebar3" in
your current working directory. Place this script anywhere in your path your current working directory. Place this script anywhere in your path
and you can use rebar to build OTP-compliant apps. and you can use rebar to build OTP-compliant apps.
``` ```

Loading…
Cancel
Save