Skip to content

Commit 7525c69

Browse files
committed
docs: clarify auto-install in TESTING.md Required Tools section
Add note explaining that manual installation isn't required since AUTO_INSTALL=true make check/test handles dependencies automatically.
1 parent 6f19ad6 commit 7525c69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TESTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ The check scripts validate:
153153

154154
### Required Tools
155155

156+
> **Note:** You don't need to install these manually. Running `AUTO_INSTALL=true make check` from
157+
> the `t/` directory (or `AUTO_INSTALL=true make test` from the repo root) automatically installs
158+
> missing dependencies. The commands below are listed for reference.
159+
156160
#### 1. Go (1.21+)
157161

158162
```bash

0 commit comments

Comments
 (0)