Clarify usage of .lein-classpath during plugin development. Fixes #750.

This commit is contained in:
Phil Hagelberg 2012-08-28 11:22:11 -07:00
parent b5ea5a0f09
commit b2a50ffe97

View file

@ -29,9 +29,9 @@ for a sample of a very simple plugin.
During plugin development, having to re-run `lein install` in your
plugin project and then switch to a test project can be very
cumbersome. You can avoid this annoyance by creating a
`.lein-classpath` file in your test project containing the path to the
`src` directory of your plugin.
cumbersome. Once you've installed the plugin once, you can avoid this
annoyance by creating a `.lein-classpath` file in your test project
containing the path to the `src` directory of your plugin.
### Task Arguments