From e89fcf0fda10c1cd6f141e25e92175205facb12c Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Mon, 29 Jan 2018 14:08:28 +0100 Subject: [PATCH] README update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3127dfc..f7a52e5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ anyexec2c -x executableFile > source.c anyexec2c -x executableFile -c original_source.any > source.c # if something does not work, you can add some diagnostic return codes using `-e` flag - anyexec2c -e -x executable > source.c + +# for supported languages, you can just pass in the source code +anyexec2c -b source.d > source.c # (uses DMD compiler) ```