From 7f2d868e5a31915bb0c8fdd6a78bfec9102e4a64 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 15 Feb 2021 18:15:39 +0100 Subject: [PATCH] added run instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7457af..911e72d 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,16 @@ The repl has the following syntax (It's work in progress, new capabilities will * property lookup * a.x+1 > > 13 - \ No newline at end of file + + +**To run locally** +* make sure you have node/npm +* cmdline: npm run start +* enter the following: + ``` + a=vector(0,0,0.5,0.5) + b=vector(0,0,-1,1) + c="a+b" + ``` +* and press enter +* or type help() \ No newline at end of file