Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

leanprover/deprecated-homebrew-lean

Repository files navigation

Build Status Download

homebrew-lean

Homebrew tap for Lean theorem prover

How to Install

brew install leanprover/lean/lean

To upgrade lean to the latest version, run the following commands:

brew update && brew upgrade lean

How to Edit the Formula

Please make changes in lean.rb.template file. The real formula file lean.rb will be generated from lean.rb.template file automatically.