Installing from binary
- Add executable permissions to the
aka
binary - Copy the binary
aka
file to the directory which is in your search path ($PATH
) — a common example would be/usr/local/bin
You can accomplish the above with the following command (assuming you're positioned within the directory where aka
binary has been downloaded):
chmod +x aka && sudo cp aka /usr/local/bin