There are 3 ways to run mackup
- Install it with Homebrew (OSX only)
- Install it with PIP (OSX and GNU/Linux)
- Download it, and run it without installing it (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 -h
# Download Mackup
curl -o mackup.zip https://codeload.github.com/lra/mackup/zip/master
# Uncompress the archive
unzip mackup.zip
# Run it without the need to install it
./mackup-master/bin/mackup -h
brew update
brew upgrade
mackup -h
pip install --upgrade mackup
mackup -h
brew uninstall mackup
pip uninstall mackup