diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2012-06-04 08:22:11 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-06-04 08:22:11 -0600 |
commit | c13889618d0ad921e4e6ab07a0aae1560e8ac988 (patch) | |
tree | 6559b58833b07f2f11ee5d7cdb9290d9f89d243a | |
parent | f7d9a9bf8bcd0d1672d854d3250971f240b2686d (diff) |
Adding ref to new location of pre-built rebar
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -27,15 +27,14 @@ Should you want to clone the rebar repository, you will also require git. #### Downloading -Clone the git repository: +You can download a pre-built binary version of rebar from: -```sh -$ git clone git://github.com/basho/rebar.git -``` +https://github.com/basho/rebar/wiki/rebar #### Building rebar ```sh +$ git clone git://github.com/basho/rebar.git $ cd rebar $ ./bootstrap Recompile: src/getopt |