Skip to content

ApkHub CLI 0.5.3

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 14:53
· 2 commits to main since this release

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/apkhub

Windows

Download the Windows archive and extract apkhub.exe to a directory in your PATH.

Changelog

Bug fixes