Merge pull request #21 from mcandre/master
README: Clarify installation steps
This commit is contained in:
commit
4de4ede4c7
@ -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
|
||||||
-----
|
-----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user