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
|
#### Downloading
|
||||||
|
|
||||||
Clone the git repository:
|
You can download a pre-built binary version of rebar from:
|
||||||
|
|
||||||
```sh
|
https://github.com/basho/rebar/wiki/rebar
|
||||||
$ git clone git://github.com/basho/rebar.git
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Building rebar
|
#### Building rebar
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
$ git clone git://github.com/basho/rebar.git
|
||||||
$ cd rebar
|
$ cd rebar
|
||||||
$ ./bootstrap
|
$ ./bootstrap
|
||||||
Recompile: src/getopt
|
Recompile: src/getopt
|
||||||
|
|
Loading…
Reference in a new issue