Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-o committed Sep 3, 2009
1 parent 228b418 commit 4829089
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.markdown
@@ -1,11 +1,11 @@

Tired of managing lib directories packed with jar files for you
different clojure projects? This little maven plugin offers a simple
way of running a clojure REPL in the context of a maven project;
which means you will have access to all its runtime dependencies.

===
Usage
===
-----

Create a maven project and define your dependencies as you normally
would in the pom.xml file. Add the following lines:
Expand Down Expand Up @@ -36,9 +36,8 @@ You'll now only have to type

which is much shorter and should be easier to remember.

===
Swank
===
-----

Thanks to the wonderful swank-clojure project, you have another option
if you want to run clojure with emacs (and who doesn't?). Typing
Expand Down

0 comments on commit 4829089

Please sign in to comment.