Merge pull request #3929 from ostezer/master

mac-installation-docs: Update the installation dir.
This commit is contained in:
Andy Rothfusz 2014-02-04 14:51:05 -08:00
commit fa0afe89ad
1 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ Run the following commands to get boot2docker:
.. code-block:: bash .. code-block:: bash
# Enter the application directory # Enter the installation directory
cd ~/Applications cd ~/bin
# Get the file # Get the file
curl https://raw.github.com/steeve/boot2docker/master/boot2docker > boot2docker 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) The ``docker`` daemon (via boot2docker)
--------------------------------------- ---------------------------------------
Inside the ``~/Application`` directory, run the following commands: Inside the ``~/bin`` directory, run the following commands:
.. code-block:: bash .. code-block:: bash