Skip to content

Commit

Permalink
udpate lean4web-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Apr 26, 2024
1 parent fba687f commit 5440cbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Projects/lean4web-tools
2 changes: 1 addition & 1 deletion Projects/mathlib-demo/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{"url": "https://github.com/hhu-adam/lean4web-tools.git",
"type": "git",
"subDir": null,
"rev": "9e6468e250c05450eedf4aff6e30290fb409af2b",
"rev": "0bf7f2dd6861b0be4c7f0e761a50ae03e6fb2d6b",
"name": "webeditor",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo apt-get install git
git clone --recurse-submodules https://github.com/leanprover-community/lean4web.git
```

note that `--recurse-submodules` is needed to load the predefined projects in `Projects/`.
note that `--recurse-submodules` is needed to load the predefined projects in `Projects/`. (on an existing clone, you can call `git submodule init` and `git submodule update`)

Install Bubblewrap:
```
Expand Down

0 comments on commit 5440cbc

Please sign in to comment.