diff options
Diffstat (limited to 'cloud')
| -rw-r--r-- | cloud/app/src/routes/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 95995d725..66b864130 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -71,10 +71,10 @@ export default function Home() { <div data-slot="right"> <button data-copy data-slot="command"> <span> - <span>curl -fsSL </span> + <span>curl -fsSL </span> <span data-slot="protocol">https://</span> <span data-slot="highlight">opencode.ai/install</span> - | bash + <span> | bash</span> </span> <CopyStatus /> </button> |
