diff options
| author | Jay V <[email protected]> | 2025-09-03 17:21:46 -0700 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-03 17:21:46 -0700 |
| commit | 222244719be6f4529d515f8781e86f6a1823fbd2 (patch) | |
| tree | 0a0db143c1809a1bbfb6edd3038f491fed62ded1 /cloud | |
| parent | 21008d733f896a8b960f4407f320720201e5f6ff (diff) | |
| download | opencode-222244719be6f4529d515f8781e86f6a1823fbd2.tar.gz opencode-222244719be6f4529d515f8781e86f6a1823fbd2.zip | |
ignore: cloud
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> |
