File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -238,31 +238,30 @@ Currently, `unplugin-typia` supports the following bundlers:
238238<Tabs items = { [' npm' , ' pnpm' , ' yarn' , ' bun' ]} >
239239 <Tabs.Tab >
240240``` bash filename="Terminal" showLineNumbers copy
241- npx jsr add -D @ryoppippi/unplugin-typia # via jsr (recommended)
242- # npm install -D @ryoppippi/unplugin-typia # via npm
241+ npm install -D @ryoppippi/unplugin-typia
243242
244243npm install --save typia
245244npx typia setup
246245```
247246 </Tabs.Tab >
248247 <Tabs.Tab >
249248``` bash filename="Terminal" showLineNumbers copy
250- pnpm dlx jsr add -D @ryoppippi/unplugin-typia
249+ pnpm install -D @ryoppippi/unplugin-typia
251250pnpm install typia
252251pnpm typia setup --manager pnpm
253252```
254253 </Tabs.Tab >
255254 <Tabs.Tab >
256255``` bash filename="Terminal" showLineNumbers copy
257256# YARN BERRY IS NOT SUPPORTED
258- yarn dlx jsr add -D @ryoppippi/unplugin-typia
257+ yarn add -D @ryoppippi/unplugin-typia
259258yarn add typia
260259yarn typia setup --manager yarn
261260```
262261 </Tabs.Tab >
263262 <Tabs.Tab >
264263``` bash filename="Terminal" showLineNumbers copy
265- bunx jsr add @ryoppippi/unplugin-typia
264+ bun add -D @ryoppippi/unplugin-typia
266265bun add typia
267266bun typia setup
268267```
You can’t perform that action at this time.
0 commit comments