mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-29 21:54:19 +01:00
docs: fix lander
This commit is contained in:
@@ -113,7 +113,7 @@ export default function Home() {
|
|||||||
<h3 data-component="title">npm</h3>
|
<h3 data-component="title">npm</h3>
|
||||||
<button data-copy data-slot="button">
|
<button data-copy data-slot="button">
|
||||||
<span>
|
<span>
|
||||||
npm install -g <strong>opencode-ai</strong>
|
npm install -g <strong>opencode-ai</strong>
|
||||||
</span>
|
</span>
|
||||||
<CopyStatus />
|
<CopyStatus />
|
||||||
</button>
|
</button>
|
||||||
@@ -122,7 +122,7 @@ export default function Home() {
|
|||||||
<h3 data-component="title">bun</h3>
|
<h3 data-component="title">bun</h3>
|
||||||
<button data-copy data-slot="button">
|
<button data-copy data-slot="button">
|
||||||
<span>
|
<span>
|
||||||
bun install -g <strong>opencode-ai</strong>
|
bun install -g <strong>opencode-ai</strong>
|
||||||
</span>
|
</span>
|
||||||
<CopyStatus />
|
<CopyStatus />
|
||||||
</button>
|
</button>
|
||||||
@@ -131,7 +131,7 @@ export default function Home() {
|
|||||||
<h3 data-component="title">homebrew</h3>
|
<h3 data-component="title">homebrew</h3>
|
||||||
<button data-copy data-slot="button">
|
<button data-copy data-slot="button">
|
||||||
<span>
|
<span>
|
||||||
brew install <strong>sst/tap/opencode</strong>
|
brew install <strong>sst/tap/opencode</strong>
|
||||||
</span>
|
</span>
|
||||||
<CopyStatus />
|
<CopyStatus />
|
||||||
</button>
|
</button>
|
||||||
@@ -140,7 +140,7 @@ export default function Home() {
|
|||||||
<h3 data-component="title">paru</h3>
|
<h3 data-component="title">paru</h3>
|
||||||
<button data-copy data-slot="button">
|
<button data-copy data-slot="button">
|
||||||
<span>
|
<span>
|
||||||
paru -S <strong>opencode-bin</strong>
|
paru -S <strong>opencode-bin</strong>
|
||||||
</span>
|
</span>
|
||||||
<CopyStatus />
|
<CopyStatus />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user