aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2020-08-26 23:04:27 -0400
committerEduardo Julian2020-08-26 23:04:27 -0400
commitc8f9f42a258f1f2f961c7f8c5571cce843e97a0a (patch)
tree887cb4d557b149826c6c9e59ea821942045b08d4 /commands.md
parentd77ce19bf01a009cf5255e0a5d8201d8cc2f2178 (diff)
Download and catch dependencies in Aedifex.
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.md b/commands.md
index 5cbb12537..0e9fefbd1 100644
--- a/commands.md
+++ b/commands.md
@@ -77,7 +77,7 @@ cd ~/lux/stdlib/ && mvn deploy:deploy-file \
## Generate documentation
```
-cd ~/lux/stdlib/ && lein with-profile scriptum lux auto build
+cd ~/lux/stdlib/ && lein clean && lein with-profile scriptum lux auto build
```
---
@@ -87,7 +87,7 @@ cd ~/lux/stdlib/ && lein with-profile scriptum lux auto build
## Build
```
-cd ~/lux/stdlib/ && lein with-profile aedifex lux auto build
+cd ~/lux/stdlib/ && lein clean && lein with-profile aedifex lux auto build
```
---