Преглед изворни кода

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