Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lnlsn/23c7236bb9cc26743012c8b46ae9e19a to your computer and use it in GitHub Desktop.

Select an option

Save lnlsn/23c7236bb9cc26743012c8b46ae9e19a to your computer and use it in GitHub Desktop.
Installing Elm on Antergos (ArchLinux)
sudo pacman -S npm
sudo npm install --unsafe-perm -g elm elm-test elm-oracle elm-format
sudo ln -s /usr/lib/libtinfo.so /usr/lib/libtinfo.so.5
# Add this to your .vimrc if you use Vim with Vundle:
Plugin 'ElmCast/elm-vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment