Skip to content

Commit

Permalink
docs(installation): Correct Vitepress installation steps (#20269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzyanino authored Aug 13, 2024
1 parent 6337f52 commit 93cef03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/docs/src/pages/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,24 +267,24 @@ app.use(vuetify).mount('#app')

You can use Vuetify's components in your Vitepress static site.

First, add vuetify to your dependencies
After initializing your Vitepress project, add Vuetify to your dependencies

::: tabs

```bash [pnpm]
pnpm create vuetify
pnpm i vuetify
```

```bash [yarn]
yarn create vuetify
yarn add vuetify
```

```bash [npm]
npm create vuetify@latest
npm i vuetify
```

```bash [bun]
bun create vuetify
bun add vuetify
```

:::
Expand Down

0 comments on commit 93cef03

Please sign in to comment.