瀏覽代碼

mac-installation-docs: Update the installation dir.
Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)

O.S.Tezer 11 年之前
父節點
當前提交
aed37e70b9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/sources/installation/mac.rst

+ 3 - 3
docs/sources/installation/mac.rst

@@ -46,8 +46,8 @@ Run the following commands to get boot2docker:
 
 .. code-block:: bash
 
-    # Enter the application directory
-    cd ~/Applications
+    # Enter the installation directory
+    cd ~/bin
     
     # Get the file
     curl https://raw.github.com/steeve/boot2docker/master/boot2docker > boot2docker
@@ -84,7 +84,7 @@ How To Use Docker On Mac OS X
 The ``docker`` daemon (via boot2docker)
 ---------------------------------------
 
-Inside the ``~/Application`` directory, run the following commands:
+Inside the ``~/bin`` directory, run the following commands:
 
 .. code-block:: bash