浏览代码

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",

正在加载...
取消
保存