Skip to content

Commit 5064638

Browse files
committed
Add manual update fallback instructions to README
1 parent 853e9fa commit 5064638

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,18 @@ One command to pull the latest code and rebuild:
369369
hackcode --update
370370
```
371371

372-
Upstream improvements from Claw Code are synced daily via GitHub Actions — new tools, bug fixes, and engine improvements flow in automatically while your HackCode customizations stay intact.
372+
That's it. It pulls the latest source from the `dev` branch, rebuilds the Rust binary, and installs it — all automatically.
373+
374+
If auto-update fails (network issues, build errors, etc.), update manually:
375+
376+
```bash
377+
git clone --branch dev https://github.com/itwizardo/hackcode.git
378+
cd hackcode/rust
379+
cargo build --release -p rusty-claude-cli
380+
cp target/release/hackcode ~/.local/bin/
381+
```
382+
383+
Upstream improvements from Claw Code are synced every 6 hours via GitHub Actions — new tools, bug fixes, and engine improvements flow in automatically while your HackCode customizations stay intact.
373384

374385
---
375386

0 commit comments

Comments
 (0)