Download page: add CLI/anchor binary, beta section with v0.5.0-beta
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
97dc83f9f1
commit
9be6a0e40b
1 changed files with 17 additions and 0 deletions
|
|
@ -53,6 +53,10 @@
|
|||
Linux AppImage
|
||||
<span class="sub">v0.5.0-beta</span>
|
||||
</a>
|
||||
<a href="itsgoin-cli-0.5.0-beta-linux-amd64" class="download-btn btn-linux" style="border-color: var(--accent);">
|
||||
Linux CLI / Anchor
|
||||
<span class="sub">v0.5.0-beta</span>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
@ -83,6 +87,19 @@
|
|||
<strong>Note:</strong> If it doesn't launch, you may need to install FUSE:<br><code>sudo apt install libfuse2</code> (Debian/Ubuntu) or <code>sudo dnf install fuse</code> (Fedora).
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3 style="color: var(--green);">Linux CLI / Anchor</h3>
|
||||
<ol class="steps">
|
||||
<li><strong>Download the binary</strong> — Click the CLI button above to download.</li>
|
||||
<li><strong>Make it executable</strong> — <code>chmod +x itsgoin-cli-*</code></li>
|
||||
<li><strong>Run as node</strong> — <code>./itsgoin-cli-* /path/to/data --daemon</code></li>
|
||||
<li><strong>Run as anchor</strong> — <code>./itsgoin-cli-* /path/to/data --bind 0.0.0.0:4433 --daemon --web 8080</code></li>
|
||||
</ol>
|
||||
<div class="note">
|
||||
<strong>Note:</strong> The CLI binary is the same as the anchor server. Run with <code>--help</code> for all options.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue