Once you’ve configured apk for your repository, download and update the indexes of packages by running the following command. Run this every time you add a new package:
$ apk update
Once this has succeeded, use apk add
to install your private packages:
$ apk add package-in-gemfury
Your package is now installed! Learn more about using apk.