Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mathlib Note in README.md #21

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The project started and still emerges mostly through student projects. You are w

## Notes on Setup:

Using `elan` / `lake`:
Using [`elan`](https://github.com/leanprover/elan) / `lake`:
```
lake build
```
This will download mathlib4 and build the project. Currently it might still break, because
mathlib4 has no releases yet. (Todo: update this when mathlib4 has a release)
This will download mathlib4 and build the project.
To prevent building mathlib yourself, you can run the following to fetch precompiled files.
```
lake exe cache get
```