浏览代码

Merge pull request #1539 from fkautz/https-install-script

Install script should be fetched over https, not http.
Michael Crosby 12 年之前
父节点
当前提交
0077678844
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -147,7 +147,7 @@ Quick install on Ubuntu 12.04 and 12.10
 ---------------------------------------
 
 ```bash
-curl get.docker.io | sudo sh -x
+curl https://get.docker.io | sudo sh -x
 ```
 
 Binary installs