Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 618 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 618 Bytes

homebrew-ethcore

Homebrew Tap for ethcore.

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 ethcore/ethcore

Installing Parity

Open your terminal and enter:

brew install parity

In order to update Parity to the latest version use:

brew update && brew upgrade