浏览代码

Fixed a couple of minor syntax errors.

dsissitka 12 年之前
父节点
当前提交
32663bf431
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/sources/contributing/devenvironment.rst

+ 2 - 0
docs/sources/contributing/devenvironment.rst

@@ -46,11 +46,13 @@ in a standard build environment.
 You can run an interactive session in the newly built container:
 
 ::
+
     docker run -i -t docker bash
 
 
 To extract the binaries from the container:
 
 ::
+
     docker run docker sh -c 'cat $(which docker)' > docker-build && chmod +x docker-build