drcariel closed pull request #3028: More explicit executable call for Mac/Unix users URL: https://github.com/apache/incubator-openwhisk/pull/3028
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/tools/macos/docker-machine/README.md b/tools/macos/docker-machine/README.md index 602f813ccf..afbdcbfe67 100644 --- a/tools/macos/docker-machine/README.md +++ b/tools/macos/docker-machine/README.md @@ -60,7 +60,7 @@ Enter your sudo Mac password when prompted. ``` cd /your/path/to/openwhisk -./tools/macos/docker-machine/tweak-dockermachine.sh +sh ./tools/macos/docker-machine/tweak-dockermachine.sh ``` The final output of the script should resemble the following two lines. @@ -99,7 +99,7 @@ communication with Docker containers will fail. To run just the Mac host tweaks, run the following [script](./tweak-dockerhost.sh). Enter your sudo Mac password when prompted. ``` cd /your/path/to/openwhisk -./tools/macos/docker-machine/tweak-dockerhost.sh +sh ./tools/macos/docker-machine/tweak-dockerhost.sh ``` # Build ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
