Skip to content

Commit

Permalink
fix(website/setup.mdx): add typia installation step for pnpm/yarn
Browse files Browse the repository at this point in the history
This commit adds an additional step to the setup instructions in
setup.mdx. The new step instructs the user to install the 'typia'
package using either 'pnpm' or 'yarn' package managers.
  • Loading branch information
ryoppippi committed Jun 5, 2024
1 parent 2965bea commit b40fbcf
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 b40fbcf

Please sign in to comment.