Skip to content

Commit

Permalink
Merge pull request #1076 from ryoppippi/feature/fix-doc
Browse files Browse the repository at this point in the history
fix(website/setup.mdx): add typia installation step for pnpm/yarn
  • Loading branch information
samchon committed Jun 5, 2024
2 parents 2965bea + b40fbcf commit add2def
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -601,13 +601,15 @@ npx typia setup
<Tab>
```bash filename="Terminal" showLineNumbers copy
pnpm dlx jsr add -D @ryoppippi/unplugin-typia
pnpm install typia
pnpm typia setup --manager pnpm
```
</Tab>
<Tab>
```bash filename="Terminal" showLineNumbers copy
# YARN BERRY IS NOT SUPPORTED
yarn dlx jsr add -D @ryoppippi/unplugin-typia
yarn add typia
yarn typia setup --manager yarn
```
</Tab>
Expand Down

0 comments on commit add2def

Please sign in to comment.