Don't lie in the depndencies section

This commit is contained in:
Uku Taht
2016-03-07 17:29:59 +02:00
parent 233f80470e
commit c105f586bf

View File

@@ -5,12 +5,19 @@ of the most important features and idiomatic usage of the language.
### Prerequisites ### Prerequisites
The only dependency needed to run these koans is the Elixir language. Please refer to the To install Elixir, please refer to the [official guide](http://elixir-lang.org/install.html) for instructions.
[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 ### 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 ```sh
$ mix meditate $ mix meditate
``` ```