We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29810b4 commit 19faffaCopy full SHA for 19faffa
2 files changed
README.md
@@ -28,7 +28,7 @@ Both share the same kernel. Desktop is where humans think. MCP is where agents t
28
## Install
29
30
```bash
31
-curl -fsSL https://raw.githubusercontent.com/m0n0x41d/quint-code/main/install.sh | bash
+curl -fsSL https://raw.githubusercontent.com/m0n0x41d/haft/main/install.sh | bash
32
```
33
34
The install URL still points at the historical `quint-code` repository path. The installed binary is `haft`.
install.sh
@@ -92,6 +92,7 @@ find_archive_binary() {
92
find_archive_tui_bundle() {
93
local archive_root="$1"
94
local candidates=(
95
+ "$archive_root/tui.mjs"
96
"$archive_root/tui/bundle.mjs"
97
"$archive_root/tui/tui.mjs"
98
"$archive_root/bundle.mjs"
0 commit comments