aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-23 18:27:01 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-10-23 18:27:01 +0300
commit9981b58a207f58bcec98b117d8c49a129013025f (patch)
tree82a771bb6376d92b7de10918168c8d7b1c272833
parent2b75864f9513642f306c9a217d8042bb8688d7f7 (diff)
downloadlyn-9981b58a207f58bcec98b117d8c49a129013025f.tar.gz
lyn-9981b58a207f58bcec98b117d8c49a129013025f.zip
add build instructions
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53132c6..5fa741a 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,8 @@ while the TCL crowd likely don't like the shift away from user interfaces. I
don't expect anyone to really have any interest in this thing, but if I'd get to
choose I would probably want to use a scripting language like this over any
other current alternatives, of which there are many excellent ones.
+
+## Building and running
+
+`make`, after which `./lyn examples/guile.scm` for example. REPL not supported
+at the moment, though it probably could be added.