We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7922941 commit 1b353beCopy full SHA for 1b353be
scripts/update_mathlib.sh
@@ -0,0 +1,8 @@
1
+# Update Mathlib and the Lean toolchain.
2
+
3
+# Download the latest lean-toolchain file from the Mathlib4 repository
4
+curl -L https://raw.githubusercontent.com/leanprover-community/mathlib4/master/lean-toolchain -o lean-toolchain
5
6
+# Update the Mathlib dependencies and ensure doc-gen is also updated
7
+# The `-R -Kenv=dev` flag ensures that the development environment is updated, including doc-gen
8
+lake -R -Kenv=dev update
0 commit comments