summaryrefslogtreecommitdiff
path: root/examples/docs/README.md
diff options
context:
space:
mode:
authorGravatar Caleb Jasik <calebjasik@jasik.xyz> 2021-07-20 20:06:11 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-20 20:06:11 -0500
commit8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29 (patch)
tree4bcaeee237df7831ac26d4bb651f63c50d8f88e5 /examples/docs/README.md
parentc1e304dfb8ce5a6939010c673db52bd29b33d4d3 (diff)
downloadastro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.tar.gz
astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.tar.zst
astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.zip
Docs: npm@7 requires an extra `--` for arguments passed to the command, per @natemoo-re's description. (#786)
Diffstat (limited to 'examples/docs/README.md')
-rw-r--r--examples/docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md
index 22f4f40a9..7cfe8981f 100644
--- a/examples/docs/README.md
+++ b/examples/docs/README.md
@@ -1,7 +1,7 @@
# Astro Starter Kit: Docs Site
```
-npm init astro --template docs
+npm init astro -- --template docs
```
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!