From ff61a875d55967a10272b7cfc89b8fd7e54af5b6 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 7 Dec 2023 21:22:28 -0800 Subject: [PATCH] Add instructions to build JS extensions in README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95be931d0d..9272f0fef5 100644 --- a/README.md +++ b/README.md @@ -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