diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ -* Compiling +Compiling +=== + To compile the input, run python main.py and output to a file. Then run that file through [fasm](https://flatassembler.net/) to get the executable. + Currently only runs on Linux. |