dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.62k stars 109 forks source link

Updating your version of elixir on a mac #128

Open iteles opened 5 years ago

iteles commented 5 years ago

It's been an embarrassingly long time since I did anything of any substance with Elixir (almost a year?!) so I need to update my version to the latest before I can get anything done given the latest changes.

Steps might be useful to go into the readme? Mac only though.

Step 1.

elixir -v to check the version of elixir you're running 🙈

image

Step 2.

brew update

Step 3.

brew upgrade elixir

image