diff options
author | William Salmon <will.salmon@codethink.co.uk> | 2018-07-26 10:06:03 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-07-26 14:32:49 +0000 |
commit | 7ceacfeaf1c6de695d539277823e35da1f9c58c1 (patch) | |
tree | 40d81432a346f5007bf3e914a0231d7481d1e434 /doc/source/install_docker.rst | |
parent | 9a46c16f97df78232d4232b310ec707b62dab7b5 (diff) | |
download | buildstream-7ceacfeaf1c6de695d539277823e35da1f9c58c1.tar.gz |
Documentation typos and fixes
Daniel went through the Doc's etc and made a list of suggestions.
These are the result of the most easily patched suggestions and
one or two thing that I noticed as well.
Diffstat (limited to 'doc/source/install_docker.rst')
-rw-r--r-- | doc/source/install_docker.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/install_docker.rst b/doc/source/install_docker.rst index 9b0f8aa73..c1ca7a298 100644 --- a/doc/source/install_docker.rst +++ b/doc/source/install_docker.rst @@ -38,8 +38,8 @@ be able to integrate with Bash tab-completion if you invoke it in this way. Two Docker volumes are set up by the ``bst-here`` script: - * buildstream-cache -- mounted at ``~/.cache/buildstream`` - * buildstream-config -- mounted at ``~/.config/`` + * ``buildstream-cache --`` mounted at ``~/.cache/buildstream`` + * ``buildstream-config --`` mounted at ``~/.config/`` These are necessary so that your BuildStream cache and configuration files persist between invocations of ``bst-here``. |