We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b454563 commit 3400dfcCopy full SHA for 3400dfc
packages/landing-page/src/components/code-snippet.tsx
@@ -52,7 +52,7 @@ export function CodeSnippet() {
52
<TabContent manager="bun" command="create solid" />
53
<TabContent manager="npm" command="create solid" />
54
<TabContent manager="yarn" command="create solid" />
55
- <TabContent manager="deno" command="run -A npm:create-solid" />
+ <TabContent manager="deno" command="init --npm solid" />
56
</Tabs>
57
<Suspense>
58
<small class="font-mono text-right pt-2 inline-block w-full dark:text-sky-400/60 text-sky-950">
0 commit comments