From b8a8b62f96fc5d71c96b197f23760e4912f51d52 Mon Sep 17 00:00:00 2001 From: Tan Pau Wei Date: Mon, 25 Jan 2021 14:16:42 +0800 Subject: [PATCH] Add more instruction for installation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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