Skip to content

Commit ed11e3f

Browse files
fix: update README build instructions (#910)
1 parent 527c864 commit ed11e3f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ arrange for them to target the correct versions of Lean. To test these
5959
links locally, follow the instructions in a comment in the definition
6060
of `staticJs` in `Main.lean`.
6161

62-
To build the manual, run the following command:
62+
The manual and tutorials site contain circular cross-references, so
63+
building them requires first discovering the valid targets for both
64+
and then generating both sites' HTML. To build the HTML, run the
65+
following shell script:
6366

6467
```
65-
lake exe generate-manual --depth 2
68+
./generate-html.sh
6669
```
6770

6871
Then run a local web server on its output:

0 commit comments

Comments
 (0)