From c105f586bfb88f726e07c4b53b024ba18afb3a71 Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Mon, 7 Mar 2016 17:29:59 +0200 Subject: [PATCH] Don't lie in the depndencies section --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa5fe9d..45e4504 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,19 @@ of the most important features and idiomatic usage of the language. ### Prerequisites -The only dependency needed to run these koans is the Elixir language. Please refer to the -[official guide](http://elixir-lang.org/install.html) for instructions. +To install Elixir, please refer to the [official guide](http://elixir-lang.org/install.html) for instructions. + +To fetch mix dependencies, run: +```sh +$ mix deps.get +``` + +On Linux, you'll need to install `inotify-tools` if you already haven't to be able +to use the autorunner in this project. ### Running -With Elixir installed, just navigate to the root directory of this project and run: +With the dependencies installed, just navigate to the root directory of this project and run: ```sh $ mix meditate ```