Fix the name of a Windows binary in README.

Windows binaries end with `.exe`.
This commit is contained in:
Petr Zemek 2020-09-25 13:38:41 +02:00
parent 202e5ff3c7
commit be9abf9bad
No known key found for this signature in database
GPG Key ID: 72A920362111DEF6

View File

@ -49,10 +49,10 @@ Currently, we support Windows (7 or later), Linux, macOS, and (experimentally) F
4. Now, you are all set to run the decompiler. To decompile a binary file named `test.exe`, run
```
$RETDEC_INSTALL_DIR/bin/retdec-decompiler test.exe
$RETDEC_INSTALL_DIR/bin/retdec-decompiler.exe test.exe
```
For more information, run `retdec-decompiler` with `--help`.
For more information, run `retdec-decompiler.exe` with `--help`.
### Linux