Skip to content

Commit

Permalink
remove version number from README
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Dec 29, 2010
1 parent 2a934e7 commit a750e76
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ Then you can access the maps in clojure:

## Installation

Add the following to your [Cake](http://github.com/ninjudd/cake) project.clj:
Add the `clojure-protobuf` to your [Cake](http://github.com/ninjudd/cake) project.clj:

:dependencies [[clojure-protobuf "0.2.4"]]
:dev-dependencies [[clojure-protobuf "0.2.4"]]
:dependencies [[clojure-protobuf "LATEST"]]
:dev-dependencies [[clojure-protobuf "LATEST"]]
:tasks [protobuf.tasks]

This code works with Clojure 1.2. Here's the [1.1 branch](http://github.com/ninjudd/clojure-protobuf/tree/clojure-1.1).
You should probably replace `"LATEST"` with whatever the latest version is, but I'm going to forget
to update this every time I bump the version, so I'm not going to put an actual number here.

0 comments on commit a750e76

Please sign in to comment.