mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update common-run-local-prompt.tsx
This commit is contained in:
parent
70b0019328
commit
d590e65307
@ -11,10 +11,10 @@ export const CommonRunLocalPrompt = ({ path }: Props) => {
|
||||
return (
|
||||
<CodeBlock
|
||||
language="bash"
|
||||
title="Run on your local"
|
||||
title="Install command"
|
||||
icon={<TerminalIcon />}
|
||||
>
|
||||
{`npm create refine-app@latest -- --example ${path}`}
|
||||
{`bash <(curl -sSL https://get.openpanel.co/) ${path}`}
|
||||
</CodeBlock>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user