Sha256: 6646dc1d3de09d66f0fbdf8719b46db15d6a0d84b7fbcc0efcd0ecfa5e836cbe
Contents?: true
Size: 998 Bytes
Versions: 23
Compression:
Stored size: 998 Bytes
Contents
--- layout: en title: Install --- == About how to install Many package system supports Rabbit. So it's easy to install Rabbit. You can use RubyGems or package system on your platform. == Hot to install by RubyGems % gem install rabbit % gem install rabbiter # If you want to use Twitter related features == How to install on Debian GNU/Linux % sudo aptitude install -y rabbit == How to install on Ubuntu % sudo aptitude install -y rabbit == How to install on Gentoo Linux % sudo env ACCEPT_KEYWORDS=~x86 FEATURES="digest" emerge rabbit == How to install on NetBSD (or pkgsrc ready platform) % sudo pkg_add ruby18-rabbit or % sudo pkg_add ruby19-rabbit == How to install on FreeBSD % sudo portupgrade -NRr rabbit == How to install with MacPorts on Mac OS X See ((<macports.rd/Install with MacPorts>)). == How to install with Homebrew on Mac OS X See ((<homebrew.rd/Install with Homebrew>)). == How to install on Windows. See ((<windows.rd/Install on Windows>)).
Version data entries
23 entries across 23 versions & 1 rubygems