summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b47a5a0..b12395f 100644
--- a/README.md
+++ b/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",