From 9f7359a463f902f1178c692487132b7973a1958a Mon Sep 17 00:00:00 2001 From: skylarmt Date: Tue, 28 Apr 2015 18:12:58 -0600 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f64dc0..656be4a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ SyMAT Toolkit Template ====================== -Starting in version 1.8, SyMAT has the ability to load toolkits into scripts. +Starting in version 2.0, SyMAT has the ability to load toolkits into scripts. These toolkits are jar files with a special meta.txt file. This meta file maps packages and classes to variables they can be accessed with. +The jar files should be placed in ~/.symat/toolkits. +This folder is automatically created when SyMAT launches the first time. + The meta.txt file included in this template maps the class com.symatapp.toolkit.HelloWorld to the variable hello. To call the function world(), type hello.world() into SyMAT.