Skip to content

Commit 06dd642

Browse files
committed
add, not install
1 parent a9724da commit 06dd642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
When you want to share your notebooks as a static site, install the open-source Notebook Kit:
173173

174174
```sh
175-
npm install @observablehq/notebook-kit
175+
npm add @observablehq/notebook-kit
176176
```
177177
</script>
178178
<script id="83" type="text/markdown">

docs/kit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
You can install Notebook Kit from [npm](https://www.npmjs.com/package/@observablehq/notebook-kit):
2424

2525
```sh
26-
npm install @observablehq/notebook-kit
26+
npm add @observablehq/notebook-kit
2727
```
2828

2929
If you use [pnpm](https://pnpm.io/), you must also explicitly install any fonts used by the [default styles](https://github.com/observablehq/notebook-kit/blob/main/src/templates/default.html) (unless you plan on using different fonts):
3030

3131
```sh
32-
pnpm install @observablehq/notebook-kit @fontsource/inter @fontsource/source-serif-4 @fontsource/spline-sans-mono
32+
pnpm add @observablehq/notebook-kit @fontsource/inter @fontsource/source-serif-4 @fontsource/spline-sans-mono
3333
```
3434

3535
Notebook Kit requires [Node.js](https://nodejs.org/en) 20.19+ or 22.12+.

0 commit comments

Comments
 (0)