Skip to content

Instantly share code, notes, and snippets.

@RalfNorthman
Last active September 29, 2019 17:01
Show Gist options
  • Save RalfNorthman/4204ed3afda04d2ead43ba3330e7b786 to your computer and use it in GitHub Desktop.
Save RalfNorthman/4204ed3afda04d2ead43ba3330e7b786 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