This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch upstream-2.20.0 in repository https://gitbox.apache.org/repos/asf/couchdb-mochiweb.git
commit 05d3cebaa348d331362a81e194ff539b297e14e2 Author: penhs <[email protected]> AuthorDate: Tue May 21 17:24:46 2019 -0700 Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 74e6620..3f00b31 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,18 @@ The latest version of MochiWeb is available at http://github.com/mochi/mochiweb The mailing list for MochiWeb is at http://groups.google.com/group/mochiweb/ +Required for setting up the MochiWeb environment: + Erlang OTP: http://www.erlang.org/ + To create a new mochiweb using project: make app PROJECT=project_name To create a new mochiweb using project in a specific directory: make app PROJECT=project_name PREFIX=$HOME/projects/ +Information about Rebar (Erlang build tool): + https://github.com/rebar/rebar + MochiWeb is currently tested with Erlang/OTP R15B03 through 21.2.3. # OTP 21.2, 21.2.1, 21.2.2 warning
