There are 2 ways to run mackup
- Install it with Homebrew (OSX only)
- Install it with PIP (OSX and GNU/Linux)
# Easy
brew install mackup
# Now just run it
mackup -h
Want to install latest master releases instead of waiting on homebrew package version?
# Install master
brew install --HEAD
# Check if 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 -h
brew update
brew upgrade
mackup -h
pip install --upgrade mackup
mackup -h
brew uninstall mackup
pip uninstall mackup