浏览代码

Updated the section about extracting the binary

Jim Alateras 12 年之前
父节点
当前提交
b7e7104e92
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      docs/sources/contributing/devenvironment.rst

+ 1 - 5
docs/sources/contributing/devenvironment.rst

@@ -126,11 +126,7 @@ You can run an interactive session in the newly built container:
 
 
 
-To extract the binaries from the container:
-
-.. code-block:: bash
-
-    sudo docker run docker sh -c 'cat $(which docker)' > docker-build && chmod +x docker-build
+.. note:: The binary is availalbe outside the container in the directory  ``./bundles/<version>-dev/binary/``.
 
 
 **Need More Help?**