Skip to content

Commit 3f4e59a

Browse files
committed
chore: update readme
1 parent c3c7f19 commit 3f4e59a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

test/readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,17 @@ In order to test some features, you will need to generate and set a specialized
366366

367367
We recommend using a different terminal for each specialized environment to avoid the environment variables from one specialized environment impacting the test runs for another specialized environment.
368368

369-
Before you begin any of the subsections below, clone the [drivers-evergreen-tools repo](https://github.com/mongodb-labs/drivers-evergreen-tools.git).
369+
Before you begin any of the subsections below, ensure the drivers-evergreen-tools submodule is updated:
370370

371-
We recommend creating an environment variable named `DRIVERS_TOOLS` that stores the path to your local copy of the `driver-evergreen-tools` repo (code examples in this section will assume this has been done):
371+
```sh
372+
git submodule init
373+
git submodule update
374+
```
375+
376+
We recommend creating an environment variable named `DRIVERS_TOOLS` that stores the path to the `driver-evergreen-tools` submodule (code examples in this section will assume this has been done):
372377

373378
```sh
374-
export DRIVERS_TOOLS="/path/to/your/copy/of/drivers-evergreen-tools"
379+
export DRIVERS_TOOLS="./drivers-evergreen-tools"
375380
```
376381

377382
### Serverless

0 commit comments

Comments
 (0)