Add cloning the repo as a first step to the README

This commit is contained in:
Christoph Lupprich
2019-07-03 10:49:58 +02:00
parent ba7b29e760
commit d691e31606

View File

@@ -9,6 +9,13 @@ of the most important features and idiomatic usage of the language.
You need to have Elixir installed. Please refer to the [official guide](http://elixir-lang.org/install.html) for instructions.
First, clone the repo from GitHub:
```sh
$ git clone https://github.com/elixirkoans/elixir-koans.git
$ cd elixir-koans/
```
Next, fetch mix dependencies by running:
```sh