2a2c1062e0
install the exec plugin. This update brings an important bug fix: now packages are downloaded via HTTPS. Reviewed by: swills Approved by: swills
6 lines
164 B
Text
6 lines
164 B
Text
|
|
If you want to use the ``lein exec'' command to run Clojure scripts,
|
|
please add the following to ~/.lein/profiles.clj:
|
|
|
|
{ :user
|
|
{ :plugins [[lein-exec "0.3.4"]]}
|