Skip to content

Commit

Permalink
fixed docs for installing binary
Browse files Browse the repository at this point in the history
  • Loading branch information
denibertovic committed Sep 4, 2013
1 parent 8878943 commit 62823cf
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 62823cf

Please sign in to comment.