xsc / lein-ancient

Check your Projects for outdated Dependencies
MIT License
561 stars 33 forks source link

No install instructions in README #92

Closed daveliepmann closed 6 years ago

daveliepmann commented 6 years ago

Installation instructions seem to have been removed from the README as of 19ea1caa9cde651b70344f5e577c866e7c8995b0.

Perhaps the lein help ancient commands under "Usage" are intended to replace installation instructions, but they merely give me the message "Task: 'ancient' not found". (I'm on lein 2.8.1 if that matters.)

This would be best solved with the following text:

Put the following into the :plugins vector of the :user profile in your ~/.lein/profiles.clj:

[lein-ancient "0.6.15"]

(I intentionally avoided using the Clojars badge, since it is non-copy-paste-able.)