From 9d645d98c445c94826eb0d88ba5fe8ab62faf483 Mon Sep 17 00:00:00 2001 From: ethernet Date: Thu, 30 Apr 2026 18:23:15 -0400 Subject: [PATCH] fix(tui): update README --- ui-tui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tui/README.md b/ui-tui/README.md index 17d57f08afe..60ded94fd84 100644 --- a/ui-tui/README.md +++ b/ui-tui/README.md @@ -41,7 +41,7 @@ From the repo root, the normal path is: hermes --tui ``` -The CLI expects `ui-tui/node_modules` to exist. If the TUI deps are missing: +The CLI expects `ui-tui/dist/entry.js` to exist, or the whole source code available in which to run `npm install` and `npm run dev`. ```bash cd ui-tui