Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 988 Bytes

INSTALL.md

File metadata and controls

29 lines (18 loc) · 988 Bytes

Instructions for installing Elixir

Running Elixir requires installing Erlang too.

We find asdf to be the easiest way to get started.

  1. Install ASDF using instructions on this page
  2. Install ASDF Erlang
  3. Install ASDF Elixir

Once you have asdf installed, add erlang and elixir:

asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git

asdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.git

And then install. You can use whichever versions you want, as long as Elixir version is 1.14 or greater. To install the versions we've tested with (from .tool-versions):

asdf install

Additional Resources

The Phoenix Installation documentation is also a good resource to start with.