Skip to content

Commit

Permalink
modifying yum removal instructions per 'apis'.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Mar 31, 2010
1 parent 9d8a5df commit 3ee1f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/installing_nokogiri.md
Expand Up @@ -64,7 +64,7 @@ and building them from source.
[known]: http://github.com/tenderlove/nokogiri/issues#issue/243
[issues]: http://github.com/tenderlove/nokogiri/issues#issue/122

1. `sudo yum remove -y libxml2 libxml2-devel libxslt libxslt-devel`
1. `sudo yum remove -y libxml2-devel libxslt-devel`
2. download the most recent libxml2 and libxslt from [ftp://xmlsoft.org/libxml2/](ftp://xmlsoft.org/libxml2/)
3. `./configure ; make ; sudo make install`
4. `sudo gem install nokogiri`
Expand Down

0 comments on commit 3ee1f37

Please sign in to comment.