Skip to content

Commit

Permalink
Building page started
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jul 23, 2013
1 parent 81dcbd5 commit b878a73
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/Building.md
@@ -0,0 +1,20 @@
Building core.unify
=====================

1. Clone the [core.unify git repository](http://github.com/clojure/core.unify) or download its [source archive](https://github.com/clojure/core.unify/zipball/master)

2. Run `mvn package` to generate a Jar file

3. Run `mvn install` to install the Jar into your local Maven repository

To test that the build succeeded try:

mvn clojure:repl

This will launch a Clojure REPL. Try the following to exercise core.unify:

```clojure
:TODO
```

TODO

0 comments on commit b878a73

Please sign in to comment.