You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/02/16 13:40:05 UTC

svn commit: r1568755 - /libcloud/site/trunk/source/downloads.md

Author: tomaz
Date: Sun Feb 16 12:40:05 2014
New Revision: 1568755

URL: http://svn.apache.org/r1568755
Log:
Add arch linux installation instructions to downloads page.

Modified:
    libcloud/site/trunk/source/downloads.md

Modified: libcloud/site/trunk/source/downloads.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/downloads.md?rev=1568755&r1=1568754&r2=1568755&view=diff
==============================================================================
--- libcloud/site/trunk/source/downloads.md (original)
+++ libcloud/site/trunk/source/downloads.md Sun Feb 16 12:40:05 2014
@@ -46,6 +46,15 @@ Installation:
 yum install python-libcloud
 {% endhighlight %}
 
+<a name="arch-linux"><h3 class="anchor">Arch Linux (pacman)</h3></a>
+
+Package name: `apache-libcloud`  
+Installation:
+
+{% highlight bash %}
+pacman -S apache-libcloud
+{% endhighlight %}
+
 <a name="freebsd"><h3 class="anchor">FreeBSD (ports, packages)</h3></a>
 
 Port name: `ports/net/py-libcloud`