diff options
-rw-r--r-- | src/readme.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/readme.md b/src/readme.md index d6e7a34..0f5da1e 100644 --- a/src/readme.md +++ b/src/readme.md @@ -10,8 +10,15 @@ Compile `make` -## Example usage +## Example usage (command line) `java -jar .\esotericFORTRAN.jar .\examples\iteration.ft -c --execute -pc` Full documentaion is avaliable at `Compiler/helptext.txt` or `java -jar esotericFORTRAN.jar --help` + +To run the compiler using Intellij, navigate to the 'edit configurations' tab +and place command line arguments in the CLI arguments box +The working directory is `src`, so the following is equivelent to the options +above: + +`examples/example.ft -c -pc -e`
\ No newline at end of file |