summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/install.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst
index c64d9e891..500c94ac2 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -13,6 +13,11 @@ BuildStream requires the following base system requirements:
* PyGObject introspection bindings
* psutil python library (so you don't have to install GCC and python-devel to build it yourself)
+If you intend to push built artifacts to a remote artifact server,
+which requires special permissions, you will also need:
+
+* ssh
+
Installing from source (recommended)
------------------------------------