瀏覽代碼

fixed docs for installing binary

Deni Bertovic 11 年之前
父節點
當前提交
62823cfb97
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/installation/binaries.rst

+ 2 - 2
docs/sources/installation/binaries.rst

@@ -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