Skip to content

Commit

Permalink
added notes about search command to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tavisrudd committed Oct 21, 2011
1 parent 0d27517 commit a00e78d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -48,6 +48,8 @@ project, but here are the commonly-used tasks:

$ lein install [NAME VERSION] # install a project

$ lein search ... # find recent jars for your project.clj dependencies

Use `lein help` to see a complete list. `lein help $TASK` shows the
usage for a specific one.

Expand Down Expand Up @@ -76,6 +78,9 @@ The `project.clj` file in the project root should look like this:
:dev-dependencies [[lein-ring "0.4.5"]])
```

If you're looking for the most recent jar of one of your dependencies,
use `lein search`.

The `lein new` task generates a project skeleton with an
appropriate starting point from which you can work. See the
[sample.project.clj](https://github.com/technomancy/leiningen/blob/stable/sample.project.clj)
Expand Down

0 comments on commit a00e78d

Please sign in to comment.