Merge pull request #241 from clupprich/add-clone-instructions-to-readme

Add cloning the repo as a first step to the README
This commit is contained in:
Felipe Seré
2019-07-03 09:54:05 +01:00
committed by GitHub

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