Skip to content

Commit

Permalink
Add instructions to build JS extensions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Dec 8, 2023
1 parent 856c482 commit ff61a87
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,19 @@ This fork also requires a few mdBook preprocessors to support our experimental e

You should install the same version of each preprocessor [used in CI](https://github.com/cognitive-engineering-lab/rust-book/blob/main/.github/workflows/main.yml).

Finally, you need [pnpm](https://pnpm.io/installation).

## Building

To build the book, type:
First, build the Javascript extensions.

```bash
$ cd js-extensions
$ pnpm init-repo
$ cd ..
```

Then to build the book, type:

```bash
$ mdbook build
Expand Down

0 comments on commit ff61a87

Please sign in to comment.