From 893c76ad530ca0e81cd84602543c3114407f4592 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 9 Dec 2020 20:42:37 -0400 Subject: Added support for "Commons Clause" to Licentia. --- commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands.md') 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 -- cgit v1.2.3