Skip to content

Commit 0a09fd2

Browse files
committed
Update installation instructions
1 parent 23f41c7 commit 0a09fd2

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

packages/docs/content/index.mdx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -115,25 +115,12 @@ console.log(data.name);
115115

116116
## Installation
117117

118-
{/* ### `npm` */}
119118

120119
```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
126121
```
127122

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).
137124
138125
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.
139126

0 commit comments

Comments
 (0)