Follow the instructions for working on an existing project to work on these files. Specifically:
- Navigate to the directory where you want these files to be.
- In your terminal, run:
git clone https://github.com/math4345/lectures.git - Enter the newly created directory:
cd lectures - Fetch the previously built mathlib4 files:
lake exe cache get
You can then launch your favorite editor. If using VS Code, type:
code .
Have fun!