We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e618c commit 8ae5b11Copy full SHA for 8ae5b11
docs/cli/add.md
@@ -36,6 +36,20 @@ You may also install packages by:
36
37
[the corresponding guide]: #install-from-remote-tarball
38
39
+### Install from the JSR registry
40
+
41
+Added in: v10.9.0
42
43
+To install packages from the [JSR](https://jsr.io/) registry, use the `jsr:` protocol prefix:
44
45
+```
46
+pnpm add jsr:@hono/hono
47
+pnpm add jsr:@hono/hono@4
48
+pnpm add jsr:@hono/hono@latest
49
50
51
+This works just like installing from npm, but tells pnpm to resolve the package through JSR instead.
52
53
### Install from the workspace
54
55
Note that when adding dependencies and working within a [workspace], packages
0 commit comments