aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2013-07-28 12:19:54 +0200
committerRobin Dupret <robin.dupret@gmail.com>2013-07-28 12:19:54 +0200
commit741fdbfcf487180dd51f72bbb37a56d5538a85b4 (patch)
tree0f0b6e6057100a9b8df75f98e78cfd67e2de7b82 /guides/source
parenta99aa3ba1bb3277473daabfc9a631451935804cb (diff)
downloadrails-741fdbfcf487180dd51f72bbb37a56d5538a85b4.tar.gz
rails-741fdbfcf487180dd51f72bbb37a56d5538a85b4.tar.bz2
rails-741fdbfcf487180dd51f72bbb37a56d5538a85b4.zip
Fix lixml2 to libxml2 [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/development_dependencies_install.md2
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) .