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"]]