Skip to content

Commit

Permalink
Use Markdown for README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
flambard committed Jul 20, 2010
1 parent 5daa0f8 commit b2b69fa
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README

This file was deleted.

32 changes: 32 additions & 0 deletions README.md
@@ -0,0 +1,32 @@
CLERIC - Common Lisp Erlang Interface
=====================================

CLERIC is an implementation of the Erlang distribution protocol, comparable with
erl_interface and jinterface.

CLERIC also includes a [BERT](http://bert-rpc.org/) serializer.

Homepage: [http://common-lisp.net/project/cleric/](http://common-lisp.net/project/cleric/)


How to install
--------------

The easiest way to install CLERIC is to use [ASDF-Install](http://common-lisp.net/project/asdf-install/):

> (asdf-install:install :cleric)

One can also [download](http://common-lisp.net/project/cleric/releases/) a tarball and untar it where ASDF can find it.

To check out the latest code, use git:

$ git clone git://github.com/flambard/CLERIC.git


### Dependencies

- [usocket](http://common-lisp.net/project/usocket/)
- [CL-MD5](http://www.cliki.net/CL-MD5)
- [IEEE-Floats](http://common-lisp.net/project/ieee-floats/)

ASDF-Install will download and install these libraries automatically when installing CLERIC.

0 comments on commit b2b69fa

Please sign in to comment.