summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-10 16:45:15 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-10 16:45:15 +0000
commit5530bab052c25fe2c16f8f2116ca468b6a895174 (patch)
tree0e17a830290a8a9dabbc3a7163fa23fc4ddc2008
parent58ca697cc250c1862977a6c4c9bbf82e62317d02 (diff)
downloadbuildstream-5530bab052c25fe2c16f8f2116ca468b6a895174.tar.gz
doc/source/docker.rst: Fix formatting
-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