summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-17 09:12:49 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-17 09:12:49 -0500
commit54e1231e4f34e3bcb9ccdbbd07565fe2538c5401 (patch)
treeb3b3dd6ffe98d4b6da8ea758e1921ad884dea157
parent5735c538b976d856606f857107e7a931fdcce1d2 (diff)
update readme
-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",