Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 704 Bytes

INSTALL.md

File metadata and controls

59 lines (40 loc) · 704 Bytes

Detailed install instructions for Mackup

There are 2 ways to run mackup

  1. Install it with Homebrew (OSX only)
  2. Install it with PIP (OSX and GNU/Linux)

Install

With Homebrew (OSX only)

# Easy
brew install mackup

# Now just run it
mackup -h

With Python's PIP

# Easy too
pip install mackup

# Now you can run it
mackup -h

Upgrade

Upgrade with Homebrew (OSX only)

brew update
brew upgrade
mackup -h

Upgrade with Python's PIP

pip install --upgrade mackup
mackup -h

Uninstall

Uninstall with Homebrew (OSX only)

brew uninstall mackup

Uninstall with Python's PIP

pip uninstall mackup