You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/index.mdx
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,25 +115,12 @@ console.log(data.name);
115
115
116
116
## Installation
117
117
118
-
{/* ### `npm` */}
119
118
120
119
```sh
121
-
npm install zod # npm
122
-
deno add npm:zod # deno
123
-
yarn add zod # yarn
124
-
bun add zod # bun
125
-
pnpm add zod # pnpm
120
+
npm install zod
126
121
```
127
122
128
-
Zod also publishes a canary version on every commit. To install the canary:
129
-
130
-
```sh
131
-
npm install zod@canary # npm
132
-
deno add npm:zod@canary # deno
133
-
yarn add zod@canary # yarn
134
-
bun add zod@canary # bun
135
-
pnpm add zod@canary # pnpm
136
-
```
123
+
> Zod is also available as `@zod/zod` on [jsr.io](https://jsr.io/@zod/zod).
137
124
138
125
Zod provides an MCP server that can be used by agents to search Zod's docs. To add to your editor, follow [these instructions](https://share.inkeep.com/zod/mcp). Zod also provides an [llms.txt](https://zod.dev/llms.txt) file.
0 commit comments