Link to profile guide in readme.

[ci skip]
This commit is contained in:
Phil Hagelberg 2012-07-13 17:35:33 -07:00
parent dbb7fc8729
commit 2d3db75b26

View file

@ -104,7 +104,9 @@ for a full list. If a plugin is needed for successful test or build
runs, (such as `lein-tar`) then it should be added to `:plugins` in
project.clj, but if it's for your own convenience (such as
`swank-clojure`) then it should be added to the `:plugins` list in the
`:user` profile from `~/.lein/profiles.clj`. The
`:user` profile from `~/.lein/profiles.clj`. See the
[profiles guide](https://github.com/technomancy/leiningen/blob/preview/doc/PROFILES.md)
for details on how to add to your user profile. The
[plugin guide](https://github.com/technomancy/leiningen/blob/preview/doc/PLUGINS.md)
explains how to write plugins.