summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-05-02 03:07:06 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-05-02 03:07:06 -0400
commit5cf518362e6bc08eb44eb8d6ed74a0a23c2c3a5f (patch)
tree0765892ed1ff08746887ae39d7868bee2d95a629
parent46aa6b65376ea62deb1d5ea1611b59dc222a5141 (diff)
Update readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index df0fdc9..ab5bdf6 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ The standard TNSL compiler suite. Contains a universal front end for producing
Until the go based interpereter is done, some code may not be correct TNSL code to account for inconsistancies in the bootstrap interpereter. However, the code shouldn't be too far from normal TNSL, the only real difference should be import statements, which will be fixed after the compiler can compile itself.
+It is reccommended that if you are going to clone this repository and attempt to run anything within, first you should clone the latest version of [the interpreter](https://github.com/CircleShift/tnsl-parse) and build it. Place the tint binary in this directory.
+
## Status
Specification: incomplete