From 8053c453b97d232db4ef22b890355cd8f7af6c70 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Tue, 28 May 2013 18:49:12 -0400 Subject: [PATCH] README: Clarified installation steps After compiling, user is instructed to copy module into Erlang lib directory. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d05533c..7d49055 100644 --- a/README.md +++ b/README.md @@ -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 -----