There are 2 ways to run mackup:
- Install it with Homebrew (macOS and GNU/Linux)
- Install it with PIP (macOS and GNU/Linux)
# Easy
brew install mackup
# Now just run it
mackup -hWant to install the latest master release instead of waiting on the homebrew package version?
# Install master
brew install --HEAD
# Check if you are using the master or stale package
brew switch mackup <HEAD-XXXX>
mackup -h# Easy too
pip install mackup
# Now you can run it
mackup -hbrew update
brew upgrade
mackup -hpip install --upgrade mackup
mackup -hbrew uninstall mackuppip uninstall mackup