Skip to content

Commit e90a184

Browse files
docs: Clarify install.sh behavior and Chrome setup.
1 parent dfe9db3 commit e90a184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ curl -fsSL https://cdn.edgepython.com/cli/install.sh | sh
2424
cargo install --path cli
2525
```
2626

27-
`install.sh` drops the binary at `~/.local/bin/edge`, puts it on `PATH`, and provisions Chromium via the host package manager if it is not already present. Re-run the same line to upgrade. Point `EDGE_CHROME_PATH=/path/to/chrome` at a custom browser.
27+
`install.sh` drops the binary at `~/.local/bin/edge`, puts it on `PATH`, and, if no Chrome/Chromium-flavored browser is already reachable, downloads a pinned `chrome-headless-shell` into `~/.cache/edge` and records its path in `EDGE_CHROME_PATH`. Needs `unzip`. Re-run the same line to upgrade. Point `EDGE_CHROME_PATH=/path/to/chrome` at a custom browser to skip the download.
2828

2929
Full command reference, flags, and examples: [edgepython.com/reference/cli](https://edgepython.com/reference/cli).
3030

0 commit comments

Comments
 (0)