Created
June 21, 2009 19:22
-
-
Save benlovell/133612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Air:~ benlovell$ sudo gem install nokogiri -s http://tenderlovemaking.com | |
Building native extensions. This could take a while... | |
Successfully installed nokogiri-1.3.1.20090615105405 | |
1 gem installed | |
Installing ri documentation for nokogiri-1.3.1.20090615105405... | |
Installing RDoc documentation for nokogiri-1.3.1.20090615105405... | |
MacBook-Air:~ benlovell$ irb | |
>> require 'nokogiri' | |
=> true | |
>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment