Skip to content

Commit

Permalink
Update installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 4, 2012
1 parent 04c3572 commit 3627ba8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -15,15 +15,14 @@ it will make the suggestion to use the `while` macro instead of `if`.

## Usage

Add
Add `[jonase/kibit "0.0.1"]` to your `:plugins` vector in your `:user`
profile (Leiningen 2) or if you are using Leiningen 1:

:dev-dependencies [...
[jonase/kibit "0.0.1"]
...]
$ lein plugin install jonase/kibit 0.0.1

to your `project.clj` file and run
Then you can run

lein kibit
$ lein kibit

to analyze your namespaces.

Expand All @@ -47,6 +46,6 @@ Bugs can be reported using the github bug tracker.

## License

Copyright (C) 2012 Jonas Enlund
Copyright © 2012 Jonas Enlund

Distributed under the Eclipse Public License, the same as Clojure.

0 comments on commit 3627ba8

Please sign in to comment.