Skip to content

Commit

Permalink
update update-mathlib script
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Sep 25, 2024
1 parent 5b9797e commit d47fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_mathlib.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Update mathlib and the lean toolchain.
curl -L https://raw.githubusercontent.com/leanprover-community/mathlib4/master/lean-toolchain -o lean-toolchain
lake -Kenv=dev update # The `-Kenv=dev` is making sure we also update doc-gen
lake -R -Kenv=dev update # The `-R -Kenv=dev` is making sure we also update doc-gen and other dependencies
lake exe cache get

0 comments on commit d47fde1

Please sign in to comment.