Update common-run-local-prompt.tsx

This commit is contained in:
Stefan Pejcic 2024-08-18 18:52:03 +02:00 committed by GitHub
parent 0b0c3cfcec
commit b25ee634ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export const CommonRunLocalPrompt = ({ path }: Props) => {
title="Install command"
icon={<TerminalIcon />}
>
{`bash <(curl -sSL https://get.openpanel.co/) ${path}`}
{`bash <(curl -sSL https://openpanel.org) ${path}`}
</CodeBlock>
);
};