Skip to content

Commit

Permalink
Merge branch 'main' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Nov 4, 2024
2 parents 039d23a + 726b3c9 commit 56ea5a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cli/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ section Configuration
parse? s := do
if s == ".lean" then
none
let name :=
let name :=
if s.endsWith ".lean" then
let pathComponents := (s : FilePath).withExtension "" |>.components
pathComponents.foldl .mkStr .anonymous
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lean4-cli
## Usage
See [the documentation of Lake](https://github.com/leanprover/lake).
See [the documentation of Lake](https://github.com/leanprover/lean4/blob/master/src/lake/README.md).

Use one of the following for the `<tag>` in the dependency source `Source.git "https://github.com/leanprover/lean4-cli.git" "<tag>"`:
- `main` if you want to stay in sync with Lean 4 stable releases. The `main` branch will contain a working version of lean4-cli for the most recent Lean 4 stable release.
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2024-06-05
leanprover/lean4:v4.14.0-rc1

0 comments on commit 56ea5a0

Please sign in to comment.