Skip to content

Commit 383fd4a

Browse files
committed
tweak contributing wording
1 parent a449597 commit 383fd4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run the following command from the path that you checked out dexec to run the ac
4343
./acceptance-tests.sh run
4444
```
4545

46-
By default, the vagrant box will be restored to its initial state at the start of every run. This guarantees sandboxing of the application and images, but means that all the images will be redownloaded every time you run the tests. This may not be desirable as it takes several minutes to download the images. To avoid this you can add the ```--no-clean``` option to reuse images that have already been downloaded to the VM:
46+
By default, the vagrant box will be restored to its initial state at the start of every run. This guarantees sandboxing of the application and images, but means that all the images will be redownloaded every time you run the tests. This may not be desirable during development as it takes several minutes to download the images. To avoid this you can add the ```--no-clean``` option to reuse images that have already been downloaded to the VM:
4747

4848
```sh
4949
./acceptance-tests.sh run --no-clean

0 commit comments

Comments
 (0)