summaryrefslogtreecommitdiff
path: root/doc/source/docker.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/docker.rst')
-rw-r--r--doc/source/docker.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/docker.rst b/doc/source/docker.rst
index 20dc6a9c1..aee200ec8 100644
--- a/doc/source/docker.rst
+++ b/doc/source/docker.rst
@@ -13,9 +13,11 @@ We recommend using the
which automates the necessary container setup. You can download it and make
it executable like this:
- mkdir -p ~/.local/bin
- curl --get https://gitlab.com/BuildStream/buildstream/raw/master/contrib/bst-here > ~/.local/bin/bst-here
- chmod +x ~/.local/bin/bst-here
+.. code:: bash
+
+ mkdir -p ~/.local/bin
+ curl --get https://gitlab.com/BuildStream/buildstream/raw/master/contrib/bst-here > ~/.local/bin/bst-here
+ chmod +x ~/.local/bin/bst-here
Check if ``~/.local/bin`` appears in your PATH environment variable -- if it
doesn't, you should