Skip to content

Commit 5cdf77f

Browse files
Add a note about Elixir version management
Currently Elixir 1.4.1 is specified in the mix dependencies. If a user has a different version installed an error is displayed when running mix tasks. This update adds a note to the installation docs about using [Kiex](https://github.com/taylor/kiex) to manage multiple versions of Elixir.
1 parent a52b4e6 commit 5cdf77f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/INSTALLING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ You can also run your app inside IEx (Interactive Elixir) as:
5555
iex -S mix phoenix.server
5656
```
5757

58+
If you have a different version of Elixir installed than what is specified in [`mix.exs`](https://github.com/code-corps/code-corps-api/blob/develop/mix.exs), then you may want to use a version manager such as [Kiex](https://github.com/taylor/kiex) to switch between different versions.
59+
5860
### Seed the database
5961

6062
You'll probably want to seed the database. You can do this with the following command:

0 commit comments

Comments
 (0)