Skip to content

Commit cf7f671

Browse files
authored
Add more reasons to use a version manager (#1500)
From what I have seen, version managers are widely recommended in the Elixir community, so it feels appropriate to add another reason to use them.
1 parent 84084f7 commit cf7f671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Once the release is unpacked, you are ready to run the `elixir` and `iex` comman
122122

123123
## Compiling with version managers
124124

125-
There are many tools that allow developers to install and manage multiple Erlang and Elixir versions. They are useful if you can't install Erlang or Elixir as mentioned above or if your package manager is simply outdated. Here are some of those tools:
125+
There are many tools that allow developers to install and manage multiple Erlang and Elixir versions. They are useful if you have multiple projects running on different Elixir or Erlang versions, can't install Erlang or Elixir as mentioned above or if the version provided by your package manager is outdated. Here are some of those tools:
126126

127127
* [asdf](https://github.com/asdf-vm/asdf) - install and manage different [Elixir](https://github.com/asdf-vm/asdf-elixir) and [Erlang](https://github.com/asdf-vm/asdf-erlang) versions
128128
* [exenv](https://github.com/exenv/exenv) - install and manage different Elixir versions

0 commit comments

Comments
 (0)