summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-22 22:03:45 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-22 22:03:45 -0500
commit7b723d3a87230a893e61130024b5dbc38a3a749c (patch)
tree1e3fcf0e19a2128f63b669eb2703c3de154aed64 /README.md
parent605b7e9f7f2f476d5df9d4bd45a2cc97bdb06dfa (diff)
update readme instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc2accd..1fb3f57 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ You can download a pre-built binary version of rebar3 based on the last commit f
https://s3.amazonaws.com/rebar3/rebar3
-#### Building rebar
+#### Bootstrapping rebar3
```sh
$ git clone https://github.com/rebar/rebar3
@@ -131,6 +131,15 @@ $ cd rebar3
$ ./bootstrap
```
+### Developing on rebar3
+
+When developing you can simply run `escriptize` to build your changes but the new escript is under `_build/default/bin/rebar3`
+
+```sh
+$ ./rebar3 escriptize
+$ _build/default/bin/rebar3
+```
+
Contributing to rebar
=====================