Skip to content

Commit

Permalink
Merge branch 'main' into perf/create-astro
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Sep 13, 2023
2 parents d14596b + f02dc9f commit 39c4ff2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/create-astro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ yarn create astro
`create-astro` automatically runs in _interactive_ mode, but you can also specify your project name and template with command line arguments.

```bash
# npm 6.x
npm create astro@latest my-astro-project --template minimal

# npm 7+, extra double-dash is needed:
# npm
npm create astro@latest my-astro-project -- --template minimal

# yarn
Expand Down

0 comments on commit 39c4ff2

Please sign in to comment.