Skip to content

Commit 925d249

Browse files
committed
document node requirements
1 parent b5576e3 commit 925d249

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
1717
```bash
1818
npm install @observablehq/notebook-kit
1919
```
20+
21+
Notebook Kit requires [Node.js](https://nodejs.org/en) 20.19+ or 22.12+.
2022
</script>
2123
<script id="8" type="text/markdown">
2224
---
2325

2426
## Command-line interface
2527

26-
Notebook Kit's CLI supports three commands: `preview` for a live preview of notebooks, `build` for building a static site, and `download` for downloading a notebook from Observable as HTML. The `preview` and `build` commands are powered by [Vite](https://vite.dev).
28+
Notebook Kit's CLI supports three commands: `preview` for a live preview of notebooks, `build` for building a static site, and `download` for downloading Observable Notebooks as HTML.
2729
</script>
2830
<script id="9" type="text/markdown">
2931
### Preview

0 commit comments

Comments
 (0)