bookshelf/README.md

15 lines
313 B
Markdown
Raw Normal View History

2023-02-05 15:42:28 +00:00
# bookshelf-lean
A collection of proofs and answers to exercises to books I'm studying.
## Updates
Lean's tooling is a fickle beast. If looking to update e.g. `Mathlib`, pin a new
version to the `lake-manifest.json` file and start a new build from scratch:
```bash
> lake update
> lake clean
> lake build
```