We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--
1 parent 2a06fff commit c411d69Copy full SHA for c411d69
docs/docs/quick-start.md
@@ -47,8 +47,8 @@ The CLI also supports two flags:
47
48
Flags are not positional, so these commands are equivalent:
49
50
-- `npm init gatsby -y -ts my-site-name`
51
-- `npm init gatsby my-site-name -y -ts`
+- `npm init gatsby -- -y -ts my-site-name`
+- `npm init gatsby my-site-name -- -y -ts`
52
53
### Add more features
54
0 commit comments