Skip to content

Commit

Permalink
fix: Readme.md needs "git" token in lakefile.lean (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredCorduan authored Nov 21, 2024
1 parent a822446 commit 33d7f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The "batteries included" extended library for Lean 4. This is a collection of da

To use `batteries` in your project, add the following to your `lakefile.lean`:
```lean
require "leanprover-community" / "batteries" @ "main"
require "leanprover-community" / "batteries" @ git "main"
```
Or add the following to your `lakefile.toml`:
```toml
Expand Down

0 comments on commit 33d7f34

Please sign in to comment.