summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-04 21:07:55 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-04 21:07:55 -0300
commit200417993a0ccb6e22ea5ae20195736725c30b56 (patch)
treeedec53374c9075cc99d63a9f831493ba327d7cfc /README.md
parent2b2f4b532ee3a9051d7630497759dae260553d83 (diff)
downloadstk-200417993a0ccb6e22ea5ae20195736725c30b56.tar.gz
stk-200417993a0ccb6e22ea5ae20195736725c30b56.zip
Fix readme formattingHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bdc941..de77f36 100644
--- a/README.md
+++ b/README.md
@@ -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.