aboutsummaryrefslogtreecommitdiff
path: root/stdlib/commands.md
diff options
context:
space:
mode:
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
```
---