Skip to content

Commit

Permalink
Merge pull request #1797 from denibertovic/docs
Browse files Browse the repository at this point in the history
fixed docs for installing binary
  • Loading branch information
metaliveblog committed Sep 5, 2013
2 parents 8878943 + 62823cf commit d6ff912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/installation/binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Get the docker binary:

.. code-block:: bash
wget http://get.docker.io/builds/Linux/x86_64/docker-latest.tgz
tar -xf docker-latest.tgz
wget --output-document=docker https://get.docker.io/builds/Linux/x86_64/docker-latest
chmod +x docker
Run the docker daemon
Expand Down

0 comments on commit d6ff912

Please sign in to comment.