How to download and setup bpkg
Open terminal and run command
git clone https://github.com/Phate6660/bpkg.git
git clone is used to create a copy or clone of bpkg 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 bpkg https://github.com/Phate6660/bpkg/archive/master.zip
Or simply clone bpkg with SSH
[email protected]:Phate6660/bpkg.git