# HG changeset patch # User Simon Heath # Date 1655841623 14400 # Tue Jun 21 16:00:23 2022 -0400 # Node ID fc1f5fff318ceb634b284c6bddb855166545c366 # Parent 0790d28d3ab94b527876ac01e7a31ff752d9380b some docs diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ * `rebar3 compile` -Running tests: - Starting and running repl: * `rebar3 shell` @@ -59,6 +57,17 @@ * https://www.erlang.org/doc/man/shell.html +Running tests: + + * `rebar3 eunit` + +Buiding docs: + + * `rebar3 edoc` + +Running lints: + + * `rebar3 dialyzer` # Tools