Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
Added info on building the swank-clojure JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 committed Jan 26, 2010
1 parent 7dcc425 commit 3d7fd26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -25,6 +25,11 @@ Build the packages with [ant][]:

$ ant

If want to build the JAR for swank-clojure for use in your own projects, you can do it like this:

$ cd swank-clojure
$ mvn jar:jar

To create a symlink for the `clj` script in `/usr/local/bin` you can run the following command:

$ ./create_symlink
Expand Down

0 comments on commit 3d7fd26

Please sign in to comment.