From 741fdbfcf487180dd51f72bbb37a56d5538a85b4 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sun, 28 Jul 2013 12:19:54 +0200 Subject: Fix lixml2 to libxml2 [ci skip] --- guides/source/development_dependencies_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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) . -- cgit v1.2.3