소스 검색

Merge pull request #3944 from joeshaw/patch-1

Always download things over https
Andy Rothfusz 11 년 전
부모
커밋
9dd92a9823
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/installation/mac.rst

+ 1 - 1
docs/sources/installation/mac.rst

@@ -66,7 +66,7 @@ Run the following commands to get it downloaded and set up:
 .. code-block:: bash
 
     # Get the file
-    curl -o docker http://get.docker.io/builds/Darwin/x86_64/docker-latest
+    curl -o docker https://get.docker.io/builds/Darwin/x86_64/docker-latest
     
     # Mark it executable
     chmod +x docker