aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-06-18 14:21:41 -0400
committerEduardo Julian2021-06-18 14:21:41 -0400
commita82bd1eabe94763162c2b0707d9c198fbe9835e3 (patch)
tree032473704af6e7db41e1f6dc87ab995788d8ab17 /commands.md
parent519c0c0c71cdf7ce3dfc64b9781ab826760b3d94 (diff)
Refactored the machinery to make local macros into its own module.
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
```