diff --git a/README.md b/README.md index ff2502b..12f5ab7 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,19 @@ $ chmod +x ~/Downloads/akamai-- $ mv ~/Downloads/akamai-- /usr/local/bin/akamai ``` +**mv** may throw "Permission denied" error, please add **sudo** at the front, which will ask for admin credential. + +If you encounter problem running +```sh +$ akamai +``` +due to Apple Gatekeeper error **"akamai" can't be opened because....** + +Run this from ~ directory to remove it from quarantine and try again : +```sh +xattr -d com.apple.quarantine /usr/local/bin/akamai +``` + #### Windows Once you have downloaded the appropriate binary for your system, no further actions