robtg4 / homebrew-paritytech

Homebrew tap for ethcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Homebrew tap for ethcore


Languages

Language:Ruby 100.0%