aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-08-29 21:59:48 -0400
committerEduardo Julian2021-08-29 21:59:48 -0400
commitef437d6584d8fd863c0dab276e5a3d4dc094767b (patch)
treee9167f045de84e7865815178e967ee85584df088 /stdlib/commands.md
parentff537895fe9c24f37a0ce11b640af5d4882571a5 (diff)
De-taggification | part 0
Diffstat (limited to 'stdlib/commands.md')
-rw-r--r--stdlib/commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/commands.md b/stdlib/commands.md
index 5bee8823d..adc090c4d 100644
--- a/stdlib/commands.md
+++ b/stdlib/commands.md
@@ -57,7 +57,7 @@ cd ~/lux/stdlib/ \
cd ~/lux/stdlib/ \
&& lux clean \
&& lux with jvm with documentation build \
-&& java -jar target/program.jar > documentation.md
+&& java -jar target/program.jar > ~/documentation.md
```
---