Update README.md

This commit is contained in:
rusefillc 2024-02-09 21:24:16 -05:00 committed by GitHub
parent 8199b5bb53
commit 574efe1347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ CAN log file utilities to help me work with https://github.com/brent-stone/CAN_R
# CAN file processing
```
gradlew :reder:shadowJar
java -jar reader/build/libs/reader-all.jar
gradlew :reader:shadowJar
java -jar reader/build/libs/reader-all.jar "C:\stuff\rusefi_documentation\OEM-Docs\VAG\2006-Passat-B6" -filter passat-back-and-forth-60-seconds -dbc opendbc/vw_golf_mk4.dbc
```