aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-10-31 22:04:59 -0400
committerEduardo Julian2021-10-31 22:04:59 -0400
commit0952b1d1ca71089a092fde7758481ba4de71e151 (patch)
tree10df078a5796cb9aaeaf3ad6e78cc4c33cad3adb /stdlib/commands.md
parentda89da48cbe538521790f8a1bdc64ffae21161b5 (diff)
Properly inheriting the default profile in Aedifex.
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md16
1 files changed, 8 insertions, 8 deletions
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 \