aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands.md b/commands.md
index 527b2b36c..fec682c49 100644
--- a/commands.md
+++ b/commands.md
@@ -103,6 +103,7 @@ cd ~/lux/stdlib/ && lein clean && lein with-profile aedifex lux auto test
## Install
```
-cd ~/lux/lux-lein/ && lein install
+cd ~/lux/lux-lein/ \
+&& lein install
```