summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-10-13 14:20:39 +0100
committerJavier Jardón <jjardon@gnome.org>2017-10-13 14:22:07 +0100
commit96af5cdb25fa0272957e297a7585962f824c97a7 (patch)
tree47d3496b6e6508991cdda3908da5ec273634d6be
parentb1552ea657a0d9da7ee8733334a02a2f92dc7f97 (diff)
downloadbuildstream-96af5cdb25fa0272957e297a7585962f824c97a7.tar.gz
doc/source/install.rst: Add instructions for Arch systems
-rw-r--r--doc/source/install.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index 096702f64..d8153b7cd 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -34,6 +34,12 @@ you will additionally need:
Here are some examples of how to prepare the base requirements on
some distros.
+Arch
+~~~~
+Install the dependencies with:
+
+ sudo pacman -S python python-pip python-gobject git \
+ ostree bubblewrap python-ruamel-yaml
Debian Jessie
~~~~~~~~~~~~~