Преглед на файлове

Merge pull request #5321 from SvenDowideit/osx-install-mkdir-local

Merged.
O.S. Tezer преди 11 години
родител
ревизия
d4ca165827
променени са 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
     export DOCKER_HOST=tcp://127.0.0.1:4243
 
 
     # Copy the executable file
     # Copy the executable file
+    sudo mkdir -p /usr/local/bin
     sudo cp docker /usr/local/bin/
     sudo cp docker /usr/local/bin/
 
 
 And that’s it! Let’s check out how to use it.
 And that’s it! Let’s check out how to use it.