aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-26 11:56:53 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-26 11:56:53 +0100
commitfa1f9af151526a6679d605c8af91d502cef90b75 (patch)
treeb600601afa01fa8cc672c364381603c35eb61df1 /README.md
parent699482118d0fa92ffc0a4a185bc35c6398f5f4fe (diff)
Implement the basis of a function call
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 072cc5c..1426b2e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
A tiny scripting language that is designed to be a replacement for small shell/python scripts.\
Written in ANSI C to allow embedding everywhere and a WTFPL license that allows it to be used anywhere without any restrictions.\
See example.tsl for an example of what tsl looks like.
+# Installation
+Run: `sudo make install`. The tsl binary will be installed in /usr/bin/local.
# TODO
* Remove dependency on `gc`. Write our own gc instead.
* Implement big int, which numbers should automatically switch to when they are too large to fit into double.