Skip to content

Commit

Permalink
Fix md.
Browse files Browse the repository at this point in the history
  • Loading branch information
vjache committed Dec 15, 2011
1 parent 369dd59 commit d096d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -43,6 +43,7 @@ This is a rebar'ized project, so, if you are already using rebar, just insert a
to this git repo at your rebar.config. Otherwise clone this repo, and run ``erl -make``.
To compile your project, ELIPS library must be on ``ERL_LIBS`` to compile your agents or use
``-pa`` for ``erlc``:

* ``env ERL_LIBS=path\to\the\elips erlc my_proj\src\myagent.erl``
* ``erlc -pa path\to\the\elips\ebin my_proj\src\myagent.erl``

Expand Down

0 comments on commit d096d8b

Please sign in to comment.