Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 476 Bytes

File metadata and controls

28 lines (18 loc) · 476 Bytes

Revive Homebrew Tap

This repository contains the Homebrew formula for the Revive Solidity Compiler (resolc).

Installation

To install resolc using Homebrew:

brew tap paritytech/revive
brew install resolc

Updating

To update the formula:

  1. Create a new release on GitHub
  2. Update the url and sha256 in Formula/resolc.rb
  3. Commit and push the changes

Development

To install the development version:

brew install --HEAD resolc