aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2020-12-09 20:42:37 -0400
committerEduardo Julian2020-12-09 20:42:37 -0400
commit893c76ad530ca0e81cd84602543c3114407f4592 (patch)
tree6d14f38c7b9f5b37809615d0dca7545b36405525 /commands.md
parent8df63aae42c40ac0413ccfacc3b2e8eb72e00a15 (diff)
Added support for "Commons Clause" to Licentia.
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 c0d75ae8b..1628068bc 100644
--- a/commands.md
+++ b/commands.md
@@ -103,13 +103,13 @@ cd ~/lux/lux-lein/ && lein install
## Build
```
-cd ~/lux/stdlib/ && lein with-profile licentia lux auto build
+cd ~/lux/stdlib/ && lein clean && lein with-profile licentia lux auto build
```
## Test
```
-cd ~/lux/stdlib/ && lein with-profile licentia lux auto test
+cd ~/lux/stdlib/ && lein clean && lein with-profile licentia lux auto test
```
## Run