How to download and setup apk-tools
Open terminal and run command
git clone https://github.com/alpinelinux/apk-tools.git
git clone is used to create a copy or clone of apk-tools repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with apk-tools https://github.com/alpinelinux/apk-tools/archive/master.zip
Or simply clone apk-tools with SSH
[email protected]:alpinelinux/apk-tools.git