mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
docs(termux): note browser tool PATH auto-discovery
Update the Termux guide to mention that the browser tool now automatically discovers Termux directories, and add the missing pkg install nodejs-lts step.
This commit is contained in:
parent
56c34ac4f7
commit
ac1f8fcccd
1 changed files with 4 additions and 1 deletions
|
|
@ -152,12 +152,15 @@ hermes setup
|
||||||
|
|
||||||
### Install optional Node dependencies manually
|
### Install optional Node dependencies manually
|
||||||
|
|
||||||
The tested Termux path skips Node/browser bootstrap on purpose. If you want to experiment later:
|
The tested Termux path skips Node/browser bootstrap on purpose. If you want to experiment with browser tooling later:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
pkg install nodejs-lts
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The browser tool automatically includes Termux directories (`/data/data/com.termux/files/usr/bin`) in its PATH search, so `agent-browser` and `npx` are discovered without any extra PATH configuration.
|
||||||
|
|
||||||
Treat browser / WhatsApp tooling on Android as experimental until documented otherwise.
|
Treat browser / WhatsApp tooling on Android as experimental until documented otherwise.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue