1 files changed, 11 insertions(+), 2 deletions(-)

M README.md
M README.md +11 -2
@@ 49,8 49,6 @@ Building:
 
  * `rebar3 compile`
 
-Running tests:
-
 Starting and running repl:
 
  * `rebar3 shell`

          
@@ 59,6 57,17 @@ Repl reference:
 
  * https://www.erlang.org/doc/man/shell.html
 
+Running tests:
+
+ * `rebar3 eunit`
+
+Buiding docs:
+
+ * `rebar3 edoc`
+
+Running lints:
+
+ * `rebar3 dialyzer`
 
 # Tools