瀏覽代碼

update readme

pull/3/head
Tristan Sloughter 10 年之前
父節點
當前提交
54e1231e4f
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      README.md

+ 4
- 1
README.md 查看文件

@ -23,11 +23,15 @@ This is an experimental branch.
| Command | Description |
|----------- |------------ |
| compile | Build project |
| do |
| update <dep> | Update dep source |
| shell | Run shell with project apps in path |
| escriptize | Create escript from project |
| release | Build release of project |
| tar | Package release into tarball |
| new | |
| eunit | |
| ct | |
### Missing
@ -72,7 +76,6 @@ Example:
init(State) ->
State1 = rebar_config:add_provider(State, #provider{name = ?PROVIDER,
provider_impl = ?MODULE,
provides = something,
bare = false,
deps = ?DEPS,
example = "rebar something",

Loading…
取消
儲存