aboutsummaryrefslogtreecommitdiff
path: root/lux-c++/commands.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-c++/commands.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/lux-c++/commands.md b/lux-c++/commands.md
index af26bf44e..91c715f39 100644
--- a/lux-c++/commands.md
+++ b/lux-c++/commands.md
@@ -35,10 +35,6 @@ cd ~/lux/lux-c++/ \
```
cd ~/lux/lux-c++/ \
&& conda activate WORK \
-&& python3 target/program.py
-
-cd ~/lux/lux-c++/ \
-&& conda activate WORK \
&& python3 target/program.py build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux --program _
## Compile Lux's Standard Library's tests using a c++/Node-based compiler.