Skip to content

Commit

Permalink
Add clojars to dev-dependencies & add 'Getting Started' section to RE…
Browse files Browse the repository at this point in the history
…ADME.
  • Loading branch information
mattdeboard committed Feb 27, 2012
1 parent 1428e53 commit b57823f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Icarus
A robust Solr query API for Clojure.


Getting Started
===============

Add ``[icarus "1.0.0a"]`` to project.clj.


Example queries
===============

Expand Down
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:description "A robust Solr interface."
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojars.mattdeboard/clojure-solr "0.4.0-SNAPSHOT"]]
:dev-dependencies [[lein-clojars "0.6.0"]]
:main icarus.core)

0 comments on commit b57823f

Please sign in to comment.