Skip to content

Commit

Permalink
Merge pull request #452 from kawarimidoll/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkc918 authored Nov 12, 2024
2 parents 25f8e41 + a7e134b commit 2a4952e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ pnpm add @ikun-ui/core && pnpm add -D unocss && pnpm add -D @ikun-ui/preset
```

```bash [yarn]
yarn add @ikun-ui/core && yarn add -D unocss && pnpm add -D @ikun-ui/preset
yarn add @ikun-ui/core && yarn add -D unocss && yarn add -D @ikun-ui/preset
```

```bash [npm]
npm install @ikun-ui/core && npm install unocss -D && pnpm add -D @ikun-ui/preset
npm install @ikun-ui/core && npm install -D unocss && npm install -D @ikun-ui/preset
```

:::
Expand Down

0 comments on commit 2a4952e

Please sign in to comment.