Skip to content

Commit

Permalink
Update Mathlib Note in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterkrampe authored and matzemathics committed Feb 19, 2024
1 parent a5f4fc2 commit 7d80b8c
Showing 1 changed file with 6 additions and 3 deletions.
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
```

0 comments on commit 7d80b8c

Please sign in to comment.