Skip to content

Commit

Permalink
docs: update quick start instructions for yarn v1 (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Sep 18, 2024
1 parent f4ebc13 commit 4d8ae05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ import { VTCodeGroup, VTCodeGroupTab } from '@vue/theme'
<VTCodeGroupTab label="yarn">

```sh
# Yarn (v1+)
$ yarn create vue
# Yarn (v2+)
$ yarn create vue@latest
Expand Down

0 comments on commit 4d8ae05

Please sign in to comment.