To install Elixir on Fedora run:
$ sudo dnf install elixir
This will install Elixir including iex interactive shell and mix build tool.
iex
mix
Please refer to the official documentation at http://elixir-lang.org/docs.html for more.