diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2013-07-28 12:19:54 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2013-07-28 12:19:54 +0200 |
commit | 741fdbfcf487180dd51f72bbb37a56d5538a85b4 (patch) | |
tree | 0f0b6e6057100a9b8df75f98e78cfd67e2de7b82 /guides | |
parent | a99aa3ba1bb3277473daabfc9a631451935804cb (diff) | |
download | rails-741fdbfcf487180dd51f72bbb37a56d5538a85b4.tar.gz rails-741fdbfcf487180dd51f72bbb37a56d5538a85b4.tar.bz2 rails-741fdbfcf487180dd51f72bbb37a56d5538a85b4.zip |
Fix lixml2 to libxml2 [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index d6d8429086..415cedc4d6 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -60,7 +60,7 @@ $ sudo yum install libxml2 libxml2-devel libxslt libxslt-devel If you are running Arch Linux, you're done with: ```bash -$ sudo pacman -S lixml2 libxslt +$ sudo pacman -S libxml2 libxslt ``` If you have any problems with these libraries, you can install them manually by compiling the source code. Just follow the instructions at the [Red Hat/CentOS section of the Nokogiri tutorials](http://nokogiri.org/tutorials/installing_nokogiri.html#red_hat__centos) . |