diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-15 14:59:26 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-15 14:59:26 +0000 |
commit | e21eda2477b8ae6cf44e62d97094af2f93218ffa (patch) | |
tree | aedf3bfb8237a7da1034c763d51e925e5b12646a /README.md | |
parent | 5725852d451dde98f32b8aff1b45d628e6807bd4 (diff) | |
download | esotericFORTRAN-main.tar.gz esotericFORTRAN-main.zip |
add cmd line options to readmemain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,3 +22,6 @@ Assuming python and tkinter is installed, the IDE will start. Note: if you are on a Debian based Linux distribution, you will have to the command `sudo apt install python3-tk` to install tkinter! Once this is done, you can now write and run FORTRAN code! + +Detailed command line instructions are in the readme in the src directory. +Running the java program with the `-h` flag will also display all available options. |