From 2d3db75b26c2ea7a92c418fc49ad43c600b1c18f Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Fri, 13 Jul 2012 17:35:33 -0700 Subject: [PATCH] Link to profile guide in readme. [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1618f8..83b13d30 100644 --- a/README.md +++ b/README.md @@ -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.