浏览代码

on a fresh OSX, /usr/local/bin doesn't exist

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com> (github: SvenDowideit)
Sven Dowideit 11 年之前
父节点
当前提交
b26821e5c0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/sources/installation/mac.md

+ 1 - 0
docs/sources/installation/mac.md

@@ -84,6 +84,7 @@ Run the following commands to get it downloaded and set up:
     export DOCKER_HOST=tcp://127.0.0.1:4243
 
     # Copy the executable file
+    sudo mkdir -p /usr/local/bin
     sudo cp docker /usr/local/bin/
 
 And that’s it! Let’s check out how to use it.