From 0952b1d1ca71089a092fde7758481ba4de71e151 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 31 Oct 2021 22:04:59 -0400 Subject: Properly inheriting the default profile in Aedifex. --- stdlib/commands.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index 27d476e1b..8f1ad95e5 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -17,11 +17,11 @@ cd ~/lux/stdlib/ \ cd ~/lux/stdlib/ \ && lux clean \ -&& lux with python with bibliotheca auto test +&& lux with lua with bibliotheca auto test cd ~/lux/stdlib/ \ && lux clean \ -&& lux with lua with bibliotheca auto test +&& lux with python with bibliotheca auto test cd ~/lux/stdlib/ \ && lux clean \ @@ -70,18 +70,18 @@ cd ~/lux/stdlib/ \ && lux with js with scriptum build \ && node ~/lux/stdlib/target/program.js > ~/lux/documentation/library/standard/js.md -### Python -cd ~/lux/stdlib/ \ -&& lux clean \ -&& lux with python with scriptum build \ -&& python3 ~/lux/stdlib/target/program.py > ~/lux/documentation/library/standard/python.md - ### Lua cd ~/lux/stdlib/ \ && lux clean \ && lux with lua with scriptum build \ && ~/lua-5.4.2/install/bin/lua ~/lux/stdlib/target/program.lua > ~/lux/documentation/library/standard/lua.md +### Python +cd ~/lux/stdlib/ \ +&& lux clean \ +&& lux with python with scriptum build \ +&& python3 ~/lux/stdlib/target/program.py > ~/lux/documentation/library/standard/python.md + ### Ruby cd ~/lux/stdlib/ \ && lux clean \ -- cgit v1.2.3