diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-01 15:13:02 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-01 15:15:51 +0900 |
commit | 84688b81d650ff803fac88a0af65b473746bd128 (patch) | |
tree | 097cd5f44a68cdf5c575915eb4d73ec7c1d749e1 /doc | |
parent | 1396ddebd45bf6c14cc16e389c1fe1427ddf18cc (diff) | |
download | buildstream-84688b81d650ff803fac88a0af65b473746bd128.tar.gz |
artifacts.rst: Fixed documentation about installing the receiver.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/artifacts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst index 5e5b98a8e..8ad2f600c 100644 --- a/doc/source/artifacts.rst +++ b/doc/source/artifacts.rst @@ -41,12 +41,12 @@ in ``PATH`` when it's companion ``bst-artifact-receive`` program is run remotely. You can install only the artifact receiver companion program without -requiring BuildStream's dependencies by passing the ``--artifact-receiver-only`` -install option, like so: +requiring BuildStream's more exigent dependencies by setting the +``BST_ARTIFACTS_ONLY`` environment variable at install time, like so: .. code:: - pip3 install . --install-option="--artifact-receiver-only" + BST_ARTIFACTS_ONLY=1 pip3 install . Initializing the cache |