mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
2a2c1062e0
install the exec plugin. This update brings an important bug fix: now packages are downloaded via HTTPS. Reviewed by: swills Approved by: swills
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
|
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"]]}
|