Skip to content

Commit

Permalink
Fix the name of a Windows binary in README.
Browse files Browse the repository at this point in the history
Windows binaries end with `.exe`.
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

s3rvac committed Sep 25, 2020
1 parent 202e5ff commit be9abf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit be9abf9

Please sign in to comment.