mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Adding ref to new location of pre-built rebar
This commit is contained in:
parent
f7d9a9bf8b
commit
c13889618d
1 changed files with 3 additions and 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
|
||||
|
|
Loading…
Reference in a new issue