Add a missing link to GNU getopt in README.

This commit is contained in:
Petr Zemek 2018-01-01 13:36:22 +01:00
parent f3312d39ff
commit 7670527444

View File

@ -80,7 +80,7 @@ Currently, we support only Windows (7 or later), Linux, and unofficially macOS.
* [Bash](https://www.gnu.org/software/bash/)
* [UPX](https://upx.github.io/)
* [Graphviz](http://www.graphviz.org/)
* GNU getopt -- should be first in `PATH`
* [GNU getopt](https://www.gnu.org/software/libc/manual/html_node/Getopt.html)-- should be first in `PATH`
3. Now, you are all set to run the decompiler. To decompile a binary file named `test.exe`, go into `$RETDEC_INSTALLED_DIR/bin` and run: