ソースを参照

update readme instructions

pull/358/head
Tristan Sloughter 10年前
コミット
7b723d3a87
1個のファイルの変更10行の追加1行の削除
  1. +10
    -1
      README.md

+ 10
- 1
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
=====================

読み込み中…
キャンセル
保存