Skip to content

Commit 87a4b72

Browse files
DLhuglyclaude
andcommitted
feat: update install to cargo install clifcode (now live on crates.io)
- README: primary install is now `cargo install clifcode` - Website: hero CTA and ClifCode section updated, removed coming soon from crates - npm install still marked as coming soon Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b401da6 commit 87a4b72

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ No Electron. No telemetry. No subscription. Open source.
6969
### ClifCode — Terminal Agent
7070

7171
```bash
72-
cargo install --git https://github.com/DLhugly/Clif-Code.git --path clif-code-tui
72+
cargo install clifcode
7373
```
7474

75-
Run `clifcode` in any project directory.
75+
Run `clifcode` in any project directory. That's it.
7676

77-
> `npm i -g clifcode` — coming soon &nbsp;|&nbsp; `cargo install clifcode` — coming soon
77+
> `npm i -g clifcode` — coming soon
7878
7979
<details>
8080
<summary>Other install methods</summary>

clif-pad-ide/www/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h1>Code editor.<br>AI agent.<br><span class="thin">Both native. Both open sourc
365365
Download ClifPad
366366
</a>
367367
<a href="#clifcode" class="dl-btn secondary">
368-
<span class="mono">cargo install clifcode</span> <span style="font-size:12px; color:var(--muted); font-weight:400; margin-left:4px;">coming soon</span>
368+
<span class="mono">cargo install clifcode</span>
369369
</a>
370370
</div>
371371

@@ -524,11 +524,10 @@ <h2>ClifCode</h2>
524524
</div>
525525

526526
<div class="clifcode-install">
527-
<span style="color: var(--muted);">$</span> <span style="color: var(--tui-green);">cargo install --git https://github.com/DLhugly/Clif-Code.git --path clif-code-tui</span>
527+
<span style="color: var(--muted);">$</span> <span style="color: var(--tui-green);">cargo install clifcode</span>
528528
</div>
529529
<p style="font-size: 13px; color: var(--muted); margin-bottom: 24px;">
530-
<code style="background: rgba(255,255,255,0.08); padding: 2px 8px; border-radius: 4px; font-family: 'JetBrains Mono', monospace; font-size: 12px;">npm i -g clifcode</code> — coming soon &nbsp;&middot;&nbsp;
531-
<code style="background: rgba(255,255,255,0.08); padding: 2px 8px; border-radius: 4px; font-family: 'JetBrains Mono', monospace; font-size: 12px;">cargo install clifcode</code> — coming soon
530+
<code style="background: rgba(255,255,255,0.08); padding: 2px 8px; border-radius: 4px; font-family: 'JetBrains Mono', monospace; font-size: 12px;">npm i -g clifcode</code> — coming soon
532531
</p>
533532

534533
<!-- 6 Feature Cards -->

0 commit comments

Comments
 (0)