diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index 4a5511141..afd95160a 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -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 |