Skip to content

Commit 19faffa

Browse files
committed
fix(install): add tui.mjs to archive search paths, fix README URL
1 parent 29810b4 commit 19faffa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Both share the same kernel. Desktop is where humans think. MCP is where agents t
2828
## Install
2929

3030
```bash
31-
curl -fsSL https://raw.githubusercontent.com/m0n0x41d/quint-code/main/install.sh | bash
31+
curl -fsSL https://raw.githubusercontent.com/m0n0x41d/haft/main/install.sh | bash
3232
```
3333

3434
The install URL still points at the historical `quint-code` repository path. The installed binary is `haft`.

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ find_archive_binary() {
9292
find_archive_tui_bundle() {
9393
local archive_root="$1"
9494
local candidates=(
95+
"$archive_root/tui.mjs"
9596
"$archive_root/tui/bundle.mjs"
9697
"$archive_root/tui/tui.mjs"
9798
"$archive_root/bundle.mjs"

0 commit comments

Comments
 (0)