From a1d1179d530cd4289a9b52a9bfc3642718443226 Mon Sep 17 00:00:00 2001 From: Alexey Ershov Date: Fri, 1 Dec 2017 11:30:32 +0300 Subject: [PATCH] Update mix.md --- pages/common/mix.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pages/common/mix.md b/pages/common/mix.md index 4f1e1ecaeb..062fa06ec3 100644 --- a/pages/common/mix.md +++ b/pages/common/mix.md @@ -2,11 +2,7 @@ > Mix is a build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more. -- List all mix commands: - -`mix help` - -- Execute particular file: +- Execute a particular file: `mix run {{my_script.exs}}` @@ -18,10 +14,10 @@ `mix compile` -- Start an iex session inside the project: - -`iex -S mix` - - Run project tests: `mix test` + +- List all mix commands: + +`mix help`