summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-08 16:37:38 -0400
committerFrank <[email protected]>2025-09-08 16:37:38 -0400
commit198a753b6289dd20746d891005fb5d5b9e199f24 (patch)
tree45b5d37d24fa6a8d2de5cc6e5043501abbc1d8c4 /cloud/app/src
parentab3c22b77add395c4b63608c956394162d1ae0d6 (diff)
parent48328bec6e21df545908ade8318dbfbbfc65c06f (diff)
downloadopencode-198a753b6289dd20746d891005fb5d5b9e199f24.tar.gz
opencode-198a753b6289dd20746d891005fb5d5b9e199f24.zip
Merge branch 'production' into dev
Diffstat (limited to 'cloud/app/src')
-rw-r--r--cloud/app/src/routes/index.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index c3aa65846..23e870a55 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -113,7 +113,7 @@ export default function Home() {
<h3 data-component="title">npm</h3>
<button data-copy data-slot="button">
<span>
- npm install -g&nbsp;<strong>opencode-ai</strong>
+ npm install -g <strong>opencode-ai</strong>
</span>
<CopyStatus />
</button>
@@ -122,7 +122,7 @@ export default function Home() {
<h3 data-component="title">bun</h3>
<button data-copy data-slot="button">
<span>
- bun install -g&nbsp;<strong>opencode-ai</strong>
+ bun install -g <strong>opencode-ai</strong>
</span>
<CopyStatus />
</button>
@@ -131,7 +131,7 @@ export default function Home() {
<h3 data-component="title">homebrew</h3>
<button data-copy data-slot="button">
<span>
- brew install&nbsp;<strong>sst/tap/opencode</strong>
+ brew install <strong>sst/tap/opencode</strong>
</span>
<CopyStatus />
</button>
@@ -140,7 +140,7 @@ export default function Home() {
<h3 data-component="title">paru</h3>
<button data-copy data-slot="button">
<span>
- paru -S&nbsp;<strong>opencode-bin</strong>
+ paru -S <strong>opencode-bin</strong>
</span>
<CopyStatus />
</button>