Merge pull request #3929 from ostezer/master

mac-installation-docs: Update the installation dir.
diff --git a/docs/sources/installation/mac.rst b/docs/sources/installation/mac.rst
index cdd1309..c247c4a 100644
--- a/docs/sources/installation/mac.rst
+++ b/docs/sources/installation/mac.rst
@@ -46,8 +46,8 @@
 
 .. 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 @@
 The ``docker`` daemon (via boot2docker)
 ---------------------------------------
 
-Inside the ``~/Application`` directory, run the following commands:
+Inside the ``~/bin`` directory, run the following commands:
 
 .. code-block:: bash