Browse Source

Merge branch 'master' of github.com:synrc/mad

Namdak Tonpa 10 years ago
parent
commit
7f090def19
2 changed files with 4 additions and 2 deletions
  1. 3 1
      README.md
  2. 1 1
      src/mad.erl

+ 3 - 1
README.md

@@ -45,7 +45,9 @@ without Erlang prerequisite.
     $ mad app sample
     $ mad app sample
     $ cd sample
     $ cd sample
     $ mad dep com pla release
     $ mad dep com pla release
-    $ _rel/bin/sample console
+    $ _rel/sample/bin/sample console
+
+Note: [relx](https://github.com/erlware/relx) must be installed
 
 
 Credits
 Credits
 -------
 -------

+ 1 - 1
src/mad.erl

@@ -107,7 +107,7 @@ help() ->
     io:format("    invoke := mad params~n"),
     io:format("    invoke := mad params~n"),
     io:format("    params := [] | run params ~n"),
     io:format("    params := [] | run params ~n"),
     io:format("       run := command [ options ]~n"),
     io:format("       run := command [ options ]~n"),
-    io:format("    commad := app | lib | deps | compile | release | bundle~n"),
+    io:format("    commad := app | lib | deps | up | compile | release | bundle~n"),
     io:format("              clean | start | stop | attach | repl ~n"),
     io:format("              clean | start | stop | attach | repl ~n"),
     return(0).
     return(0).