summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-12-15 14:59:26 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-12-15 14:59:26 +0000
commite21eda2477b8ae6cf44e62d97094af2f93218ffa (patch)
treeaedf3bfb8237a7da1034c763d51e925e5b12646a
parent5725852d451dde98f32b8aff1b45d628e6807bd4 (diff)
downloadesotericFORTRAN-main.tar.gz
esotericFORTRAN-main.zip
add cmd line options to readmemain
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb74c68..a5bcf76 100644
--- a/README.md
+++ b/README.md
@@ -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.