Skip to content

v3.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 20:51
0873ec3

Release Notes

Documentation is now available at https://metrumresearchgroup.github.io/pkgr/docs/, including new documentation on the configuration format and expanded documentation of many subcommands. (#422)

Installation Instructions

Mac

first time:

brew tap metrumresearchgroup/tap
brew install pkgr

upgrade:

brew upgrade pkgr

Linux

sudo wget https://github.com/metrumresearchgroup/pkgr/releases/download/v3.1.2/pkgr_3.1.2_linux_amd64.tar.gz -O /tmp/pkgr.tar.gz
sudo tar xzf /tmp/pkgr.tar.gz pkgr
sudo mv pkgr /usr/local/bin/pkgr
sudo chmod +x /usr/local/bin/pkgr