diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-05 11:01:55 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-05 11:01:55 -0600 |
commit | e195dd9be9d14915fc3317715cd261ebd3703f02 (patch) | |
tree | f0dcff96233cf3b74fd31c550767113f2ddf74b1 | |
parent | bc9bb1df49f63f5099288a7a4776164b42d3a5d2 (diff) |
fix readme template to use rebar3 command
-rw-r--r-- | priv/templates/README.md.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/README.md.dtl b/priv/templates/README.md.dtl index ce2898e..b2435a8 100644 --- a/priv/templates/README.md.dtl +++ b/priv/templates/README.md.dtl @@ -6,4 +6,4 @@ An Erlang {{appid}} library. Build ----- - $ rebar compile + $ rebar3 compile |