ApkHub CLI 0.5.3
Installation
Linux/macOS
# Download the appropriate archive for your system
curl -L https://github.com/huanfeng/apkhub/releases/download/v0.5.3/apkhub-0.5.3-linux-x86_64.tar.gz -o apkhub.tar.gz
# Extract
tar xzf apkhub.tar.gz
# Move to PATH
sudo mv apkhub /usr/local/bin/
# Make executable
sudo chmod +x /usr/local/bin/apkhubWindows
Download the Windows archive and extract apkhub.exe to a directory in your PATH.