From aa7eefe557df3b843e7ffc8e9f573bb9179688e8 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 19 Sep 2017 18:12:26 +0300 Subject: Simplified the README file. Detailed documentation was moved to a separate repository in order to keep the main repository clean from lots of documentation edits. See: http://hg.nginx.org/unit-docs --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 00000000..acd8f996 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +The documentation and binary packages are available online: + + http://unit.nginx.org + +The source code is provided under the terms of Apache License 2.0: + + http://hg.nginx.org/unit + +Please ask questions, report issues, and send patches to the mailing list: + + unit@nginx.org (http://mailman.nginx.org/mailman/listinfo/unit) + +or via Github: + + https://github.com/nginx/unit + +-- +NGINX, Inc. +http://nginx.com -- cgit