Skip to content

Commit

Permalink
use lake
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobrasca authored Nov 11, 2023
1 parent 5784576 commit fa9ae62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ to install Lean and a supporting toolchain.
After that, download and open a copy of the repository
by executing the following command in a terminal:
```
leanproject get flt-regular
code flt-regular
git clone https://github.com/leanprover-community/flt-regular.git
cd flt-regular
lake exe cache get
lake build
code .
```
For detailed instructions on how to work with Lean projects,
see [this](https://leanprover-community.github.io/install/project.html).
Expand Down

0 comments on commit fa9ae62

Please sign in to comment.