Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Maravillas committed Jun 3, 2011
1 parent 1ddd354 commit 00099dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ lein-multi is a Leiningen plugin for running tasks against multiple dependency s

Syntax:

`$ lein multi <task> [args]`
`$ lein multi <task> [--with <set name>] [args]`

Specify dependency sets in your project.clj:

Expand All @@ -17,6 +17,8 @@ Specify dependency sets in your project.clj:

Download these dependencies with `lein multi deps` (or by running your tests with `lein multi test`). They will be placed in the folder specified by `:multi-library-path` (default: `multi-lib`).

Run a task against a single dependency set from :multi-deps using the `--with` option followed by the set name as specified in your project.clj.

lein-multi will accept and run other tasks, though the result may not be what you expect. Tasks that do not require a project (currently `new`, `help`, and `version`) are run as normal.

Additionally, other tasks may require special handling that isn't yet implemented. For example, `lein multi uberjar` will only create one jar.
Expand Down

0 comments on commit 00099dc

Please sign in to comment.