24 lines
933 B
Markdown
24 lines
933 B
Markdown
This is the repository for **Lean 4**, which is currently being released as milestone releases towards a first stable release.
|
|
[Lean 3](https://github.com/leanprover/lean) is still the latest stable release.
|
|
|
|
# About
|
|
|
|
- [Quickstart](https://github.com/leanprover/lean4/blob/master/doc/quickstart.md)
|
|
- [Homepage](https://leanprover.github.io)
|
|
- [Theorem Proving Tutorial](https://leanprover.github.io/theorem_proving_in_lean4/)
|
|
- [Manual](https://leanprover.github.io/lean4/doc/)
|
|
- [Release notes](RELEASES.md) starting at v4.0.0-m3
|
|
- [Examples](https://leanprover.github.io/lean4/doc/examples.html)
|
|
- [FAQ](https://leanprover.github.io/lean4/doc/faq.html)
|
|
|
|
# Installation
|
|
|
|
See [Setting Up Lean](https://leanprover.github.io/lean4/doc/setup.html).
|
|
|
|
# Contributing
|
|
|
|
Please read our [Contribution Guidelines](CONTRIBUTING.md) first.
|
|
|
|
# Building from Source
|
|
|
|
See [Building Lean](https://leanprover.github.io/lean4/doc/make/index.html).
|