doc: mention lake clean in README (leanprover/lake#156)

This commit is contained in:
Martin Dvořák 2023-02-23 18:14:17 +01:00 committed by GitHub
parent 16af1dddf4
commit 83dffbc2f8

View file

@ -92,7 +92,7 @@ lean_exe «hello» {
}
```
The command `lake build` can then be used to build the package (and its [dependencies](#adding-dependencies), if it has them) into a native executable. The result will be placed in `build/bin`.
The command `lake build` can then be used to build the package (and its [dependencies](#adding-dependencies), if it has them) into a native executable. The result will be placed in `build/bin`. The command `lake clean` deletes `build`.
```
$ lake build