Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/docs/how-to-guides/driver/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ X11 is fully supported. Native Wayland input and capture remain opt-in with `CUA

```bash
cua-driver --version
# cua-driver 0.5.x
# cua-driver 0.6.x
```

For a full environment and install report:

```bash
cua-driver doctor
# [ok ] binary: cua-driver 0.5.x (aarch64-macos)
# [ok ] binary: cua-driver 0.6.x (aarch64-macos)
# [ok ] install dir: /Users/you/.local/bin/cua-driver
# [ok ] home dir: /Users/you/.cua-driver (3 release dirs cached)
# ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Numbers is a **macOS-only** app with **no clean automation API** for building a

```bash
cua-driver --version
# cua-driver 0.5.x
# cua-driver 0.6.x
```
</Step>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Use this recipe when the data already lives on your machine, for example in a PD

```bash
cua-driver --version
# cua-driver 0.5.x
# cua-driver 0.6.x
```
</Step>

Expand Down
Loading