Skip to content

Commit 6cda390

Browse files
Update CLI documentation for edge uninstall command
Clarify the behavior of the edge uninstall command and the usage of the headless browser.
1 parent 5c49d4d commit 6cda390

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pages/reference/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ edge init my-app # scaffold a project
1414
edge add network # add a package to packages.json
1515
edge remove network # remove a package from packages.json
1616
edge build # bundle to dist/
17-
edge uninstall # remove the binary, PATH entry, optionally Chromium
17+
edge uninstall # remove the binary, PATH entry, optionally the bundled browser
1818
```
1919

20-
The runtime does the actual work; `edge` is the loop around it. It launches system Chromium headless, serves the runtime alongside your code, runs everything in that browser, and streams output back to your terminal. `edge serve` opens the same setup in your own browser.
20+
The runtime does the actual work; `edge` is the loop around it. It launches the headless browser, serves the runtime alongside your code, runs everything in that browser, and streams output back to your terminal. `edge serve` opens the same setup in your own browser.
2121

2222
## Install
2323

@@ -155,7 +155,7 @@ Flags: `--out <dir>` (default `dist/`).
155155

156156
## `edge uninstall`
157157

158-
Removes the binary and its `PATH` entry, and asks before removing Chromium. Equivalent to the `uninstall.sh` one-liner in [Install](#install).
158+
Removes the binary and its `PATH` entry, and asks before removing the bundled `chrome-headless-shell` cache (never touches system Chromium). Equivalent to the `uninstall.sh` one-liner in [Install](#install).
159159

160160
## Global flags
161161

0 commit comments

Comments
 (0)