Skip to content

Instantly share code, notes, and snippets.

@robinkanters
Last active May 8, 2016 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinkanters/3c29110cf697abd60948a100f6ac793b to your computer and use it in GitHub Desktop.
Save robinkanters/3c29110cf697abd60948a100f6ac793b to your computer and use it in GitHub Desktop.

Install Chocolatey:

In cmd.exe:

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Or in powershell:

iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

Install Elixir:

choco install elixir

Upgrade Elixir after installation:

choco upgrade elixir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment