Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1001 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 1001 Bytes

homebrew-paritytech

Homebrew Tap for paritytech.

Getting Homebrew

Homebrew is the missing package manager for OSX. You can find installation instructions at www.brew.sh. Alternatively open your terminal and type in:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Adding Parity to your list of Homebrew 'kegs'

Open your terminal and enter:

brew tap paritytech/paritytech

Installing Parity

If you wish to download and install the latest stable version of Parity, open your terminal and enter:

brew install parity --stable

If you would prefer to use the latest beta release, open your terminal and enter:

brew install parity

If you would prefer to use the latest develop release, open your terminal and enter:

brew install parity --master

In order to update Parity to the latest version use:

brew update && brew upgrade parity

and

brew reinstall parity