Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ $ chmod +x ~/Downloads/akamai-<VERSION>-<PLATFORM>
$ mv ~/Downloads/akamai-<VERSION>-<PLATFORM> /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
Expand Down