Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adds plugin install description for Leiningen 2.
  • Loading branch information
Gunnar Völkel authored and Gunnar Völkel committed Jan 13, 2013
1 parent 6096352 commit 0744eb2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Expand Up @@ -5,13 +5,15 @@ which linked in the "checkouts" folder are built as well.


## Install ## Install


You can install this plugin via: You can use this plugin in a single project by specifying the following in its project.clj:
```clj
:plugins [[lein-checkouts "1.1.0"]]
```


$ lein plugin install lein-checkouts "1.0.0" To be able to use the plugin in every project, add it to your ```~/.lein/profiles.clj``` like this:

```clj
Include it as a dev-dependency in your project.clj is another option: {:user {:plugins [[lein-checkouts "1.1.0"]]}}

```
:dev-dependencies [[lein-checkouts "1.0.0"]]


## Usage ## Usage


Expand All @@ -27,6 +29,6 @@ Depending on the specified task different actions are performed on the dependenc


## License ## License


Copyright (C) 2011 Gunnar Völkel Copyright (C) 2011-2013 Gunnar Völkel


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

0 comments on commit 0744eb2

Please sign in to comment.