summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-03-17 16:39:41 -0700
committerlshprung <lshprung@yahoo.com>2021-03-17 16:39:41 -0700
commitb1e4742b8983aabdcd3fcd24d6623582c3b3d28c (patch)
treed64ce777a0fce1ae135e980c3dabf155b6a53a33 /docs/README.md
parent747a0033329875be91edaee6d1c4ccea65e594dc (diff)
Added Windows compile instructions
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index e5b8605..d48fd82 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -4,6 +4,8 @@
## Compiling and Running
+For Windows instructions, see [here](windows_compile_instructions.md)
+
tml can be compiled on any system with make, gcc, and the ncurses library (libncurses-dev) installed. It can be compiled and installed on any Linux distribution, and can also be compiled and run on Windows 10. To compile and run tml:
1. Clone the repository