Skip to content

Commit 4ffe82e

Browse files
committed
docs: update README.md
1 parent 316993c commit 4ffe82e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# lean-project
22

33
```bash
4+
$ lake exe mk_all
5+
No update necessary
46
$ lake build
5-
Build completed successfully (579 jobs).
7+
ℹ [496/498] Replayed Project.Example
8+
info: Project/Example.lean:29:0: import Mathlib.Data.Nat.Factorial.Basic
9+
import Mathlib.Data.Nat.Prime.Defs
10+
info: Project/Example.lean:29:0: `#`-commands, such as '#min_imports', are not allowed in 'Mathlib' [linter.hashCommand]
11+
Build completed successfully (498 jobs).
612
```
713

814
## How to use

0 commit comments

Comments
 (0)