README: Clarified installation steps
After compiling, user is instructed to copy module into Erlang lib directory.
This commit is contained in:
parent
412ed1536b
commit
8053c453b9
@ -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
|
||||
-----
|
||||
|
Loading…
x
Reference in New Issue
Block a user