Merge pull request #21 from mcandre/master

README: Clarify installation steps
This commit is contained in:
Juan Jose Comellas 2013-05-28 19:21:35 -07:00
commit 4de4ede4c7

View File

@ -29,6 +29,12 @@ To run the example module run ``make example``.
To build the (very) limited documentation run ``make doc``.
After the module is compiled with ``make``, insert getopt into the Erlang lib directory (e.g. by soft link or copying).
```sh
ln -s . /usr/local/lib/erlang/lib/getopt-0.7.1
```
Usage
-----