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# 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