added -- to pnpm create (#1760)

This commit is contained in:
Rafid Muhymin Wafi 2021-11-08 23:23:38 +06:00 committed by GitHub
parent aed5fa0303
commit da8d4fdea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ npm init astro my-astro-project -- --template starter
# yarn
yarn create astro my-astro-project --template starter
# pnpm
pnpm create astro my-astro-project --template starter
pnpm create astro my-astro-project -- --template starter
# Using a third-party template
npm init astro my-astro-project -- --template [GITHUB_USER]/[REPO_NAME]
# Using a third-party template, inside a repo