From fb12fa816f7fecadea095dd7c571d180cbb918de Mon Sep 17 00:00:00 2001 From: Authrus Date: Mon, 4 Feb 2019 23:04:05 +0000 Subject: [PATCH] Update documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5e3a6631..d1468f42 100644 --- a/README.md +++ b/README.md @@ -1138,6 +1138,18 @@ To be productive in any language there needs to be a way to write, evalute and d environment is free to use and can be used in any standard web browser supporting HTML 5. Alternatively this development client can be run as a standalone application. +### Command Line Interpreter + +To run scripts as a standalone application you can download the interpreter. The interpreter requires Java to +be installed on the host machine. Once you have downloaded the interpreter you can begin running scripts right +away. All you need to do is specify the script file relative to the current directory. + +``` +java -jar snap.jar --script=/run.snap +``` + +[Download](http://www.snapscript.org/download/snap.jar) + ### Development Environment The development environment, Snap Studio, is written with HTML5 and TypeScript. It comes packaged as a standalone application