Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 611 Bytes

installation.md

File metadata and controls

18 lines (10 loc) · 611 Bytes

Installation

Windows guide

Unix guide

OSx guide

Hex and mix

Hex is the package manager for the Erlang ecosystem, you can find it here.

mix is a build tool that ships with Elixir that provides tasks for creating, compiling, testing your application, managing its dependencies and much more;

Install mix

mix is already shipped with Elixir, so you can start using it as soon as Elixir is installed on your machine.