lein2安装localrepo的库

Installation

Lein 2 users

The recommended way is to install as a global plugin in ~/.lein/profiles.clj (for Windows users %USERPROFILE%\.lein\profiles.clj):

{:user {:plugins [[lein-localrepo "0.5.4"]]}}

You may also install as a project plugin in project.clj:

:plugins [[lein-localrepo "0.5.4"]]

参考网址: https://github.com/kumarshantanu/lein-localrepo

你可能感兴趣的:(lein2安装localrepo的库)