From 964ec62d4fbcc1fb2336a3de355ce3554ef7eb04 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 8 Sep 2021 00:22:45 -0400 Subject: Now using eval to derive code for arbitrary types. --- stdlib/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index 893e0d271..542735a39 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -56,11 +56,11 @@ cd ~/lux/stdlib/ \ cd ~/lux/stdlib/ \ && lux clean \ -&& lux with jvm with documentation auto test +&& lux with jvm with scriptum auto test cd ~/lux/stdlib/ \ && lux clean \ -&& lux with jvm with documentation build \ +&& lux with jvm with scriptum build \ && java -jar target/program.jar > ~/documentation.md ``` -- cgit v1.2.3