Skip to content

Pre-compiled x86_64 linux binary

Latest
Compare
Choose a tag to compare
@bonidjukic bonidjukic released this 20 Jan 18:44
· 7 commits to master since this release

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