README: Clarified installation steps

After compiling, user is instructed to copy module into Erlang lib directory.
This commit is contained in:
Andrew Pennebaker 2013-05-28 18:49:12 -04:00
parent 412ed1536b
commit 8053c453b9

View File

@ -29,6 +29,12 @@ To run the example module run ``make example``.
To build the (very) limited documentation run ``make doc``. 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 Usage
----- -----