Skip to content

Commit 5998fec

Browse files
authored
Merge pull request #721 from code-corps/add-note-to-docs-on-elixir-version-mgmt
Add a note to the docs about Elixir version management
2 parents a52b4e6 + 5cdf77f commit 5998fec

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)