diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-12-13 11:52:14 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-12-13 11:52:14 +0100 |
| commit | 5338b02f9ff24fcc7685ea678e03a131b55e93b6 (patch) | |
| tree | 6d15e8ea0a61e18689abf12f7f3fdee45c8c28a5 /tools/test-helper/README.md | |
| parent | 8d7d18c4d6f51ba3ace50263b6c83e0e0378248f (diff) | |
Add note about oxipng version
Diffstat (limited to 'tools/test-helper/README.md')
| -rw-r--r-- | tools/test-helper/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/test-helper/README.md b/tools/test-helper/README.md index 0c410d94..0b10c454 100644 --- a/tools/test-helper/README.md +++ b/tools/test-helper/README.md @@ -11,7 +11,9 @@ the `tests` folder. it with `oxipng`. For the test helper to work correctly, you also need to install `oxipng`, for -example with `cargo install oxipng`. +example with `cargo install oxipng`. Make sure that the version of oxipng you +install is the same as the one in the root `Cargo.toml` so that the results are +the same as when using the test CLI. ## Installation The simplest way to install this extension (and keep it up-to-date) is to use VSCode's UI: |
