# Linux/macOSsudo mv ahasend /usr/local/bin/# Or add to your user bin directorymkdir -p ~/.local/binmv ahasend ~/.local/bin/# Add ~/.local/bin to your PATH if not already there
For Windows:
Copy
# Rename to remove platform suffix (optional)ren ahasend-windows-amd64.exe ahasend.exe# Move to a directory in your PATH or add current directory to PATH