We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page describes how to install sup 0.13.x on an up-to-date Archlinux system.
Install the base-devel group by running:
pacman -S base-devel
Unfortunately sup doesn't run on Ruby 2.0 which is in Archlinux's official repository. You'll have to install a lower version Ruby via rvm or rbenv.
For now it is recommended to use Ruby 1.9.3 to run sup. But development to make sup run on Ruby 2.0 is on the way.
This should be easy:
gem i sup
See New User Guide.