diff options
author | 2021-11-08 23:23:38 +0600 | |
---|---|---|
committer | 2021-11-08 10:23:38 -0700 | |
commit | da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f (patch) | |
tree | 1088faca86040ba1eea0b4966382d80b51607c3a /docs/src | |
parent | aed5fa0303934ff87fff035670459dd09a42bbec (diff) | |
download | astro-da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f.tar.gz astro-da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f.tar.zst astro-da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f.zip |
added -- to pnpm create (#1760)
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 |