Skip to content

Commit

Permalink
Update README.md #1
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster authored Aug 20, 2024
1 parent 722e6ce commit 97f4ff8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,10 @@ export default {

`lean4monaco` contains a sample project `lean4monaco/demo/` which you can use for comparison.

If you cloned `lean4monaco`, you can run the demo with
Ideally you clone this repo using `git clone --recurse-submodules <ssh/https address>` to load the included submodule.
(alternatively, call `git submodule init && git submodule update` inside the cloned the repo).

Afterwards, you can run the demo with

```
cd lean4monaco
Expand All @@ -160,4 +163,4 @@ Some random errors we encountered. If you have more, please share them.
### Warnings on `npm install`

* Warnings about `glob` and `inflight` come from `copyfiles`: see [copyfiles#132](https://github.com/calvinmetcalf/copyfiles/pull/132)
* Warning about ` @types/cypress` comes from `cypress-iframe`
* Warning about ` @types/cypress` comes from `cypress-iframe`

0 comments on commit 97f4ff8

Please sign in to comment.