diff --git a/README.md b/README.md index 1df183b..75def89 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simple command-line tool which prints a hex dump of a file. ## Compiling ``` -fbc -e hexfile.bas +fbc -e -w all -w pedantic -w error hexfile.bas ``` ## Usage