From 7e42695fc2b73c3d443cdeb90284b3ce4f9918f8 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 26 Feb 2013 16:21:49 -0800 Subject: [PATCH] Update README.md --- README.md | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index ec0cbe685f..af96e8a623 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,27 @@ -# The Netty Project +# Netty Project -Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. +Netty is an asynchronous event-driven network application framework for rapid development of maintainable high +performance protocol servers & clients. ## Links -- Web Site: http://netty.io/ +* [Web Site](http://netty.io/) +* [Downloads](http://netty.io/downloads.html) +* [Documentation](http://netty.io/wiki/) +* [@netty_project](https://twitter.com/netty_project) -- Docs: http://netty.io/wiki/ +## How to build -- Blog: http://netty.io/news/ +You require the following to build Netty: -- Twitter: @netty_project +* JDK 7 +* Latest stable [Maven](http://maven.apache.org) -## Getting Netty +Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0) is enough to run your Netty-based +application. -- Download Page: http://netty.io/downloads.html +## Branches -- Maven Repository: - -```xml - - ... - - io.netty - netty-all - X.Y.Z.Q - compile - - ... - -``` - -## Developer Information - -- Netty is setup to build using [Maven](http://maven.apache.org/) - -- You need JDK 7 to __build__ Netty. Netty will run with JDK 5 (3.x) and JDK 6 (4). - -- __master__ branch contains code for Netty 4.x - -- __3__ branch contains code for Netty 3.x +* `master` - 4.0 +* `3` - 3.x