fix(tui): update comments
This commit is contained in:
@@ -25,7 +25,6 @@ pkgs.buildNpmPackage (npm // {
|
||||
mkdir -p $out/lib/hermes-tui
|
||||
|
||||
# Single self-contained bundle built by scripts/build.mjs (esbuild).
|
||||
# No runtime node_modules needed.
|
||||
cp -r dist $out/lib/hermes-tui/dist
|
||||
|
||||
# package.json kept for "type": "module" resolution on `node dist/entry.js`.
|
||||
|
||||
@@ -66,7 +66,7 @@ export HERMES_TUI_DIR=/path/to/prebuilt/ui-tui
|
||||
hermes --tui
|
||||
```
|
||||
|
||||
The directory must contain `dist/entry.js` and an up-to-date `node_modules`.
|
||||
The directory must contain `dist/entry.js`.
|
||||
|
||||
## Keybindings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user