fix(tui): update README

This commit is contained in:
ethernet 2026-04-30 18:23:15 -04:00
parent 242659f5af
commit 9d645d98c4

View file

@ -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