Skip to content

Instantly share code, notes, and snippets.

@trivektor
Created April 18, 2012 17:43
Show Gist options
  • Save trivektor/2415356 to your computer and use it in GitHub Desktop.
Save trivektor/2415356 to your computer and use it in GitHub Desktop.
Install nokogiri on CentOS
sudo yum install -y libxml2 libxml2-devel libxslt libxslt-devel
sudo gem install nokogiri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment