summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-22 22:00:40 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-22 22:00:40 -0500
commitacf8c5ce65718fbaaae666baf312890f3e8857af (patch)
treefc02333d25957c97bd658cc8e950283ecfd8622e
parente5988f69e0fc577f9c759f0907bd8b6840851035 (diff)
update readme bootstrap instructions
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 320b3cf..555cddf 100644
--- a/README.md
+++ b/README.md
@@ -123,11 +123,7 @@ https://s3.amazonaws.com/rebar3/rebar3
```sh
$ git clone https://github.com/rebar/rebar3
$ cd rebar3
-$ ./bootstrap/bootstrap
-==> rebar (compile)
-Congratulations! You now have a self-contained script called "rebar3" in
-your current working directory. Place this script anywhere in your path
-and you can use rebar to build OTP-compliant apps.
+$ ./bootstrap
```