From e9487d3571463fd013f603d303d59e2545a5be23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=8F=E7=8E=89?= Date: Fri, 22 Aug 2014 13:32:54 +0800 Subject: [PATCH] Update README --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3357beef..85fdc690 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,37 @@ -## beego +## Beego [![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest) +[![GoDoc](https://godoc.org/github.com/astaxie/beego?status.svg)](https://godoc.org/github.com/astaxie/beego) beego is an open-source, high-performance, modularity, full-stack web framework. More info [beego.me](http://beego.me) +## Installation + + go get github.com/astaxie/beego + ## Features * RESTful support * MVC architecture -* modularity -* auto API documents -* annotation router -* namespace -* powerful develop tools -* full stack for web & API +* Modularity +* Auto API documents +* Annotation router +* Namespace +* Powerful develop tools +* Full stack for Web & API ## Documentation -[English](http://beego.me/docs/intro/) +* [English](http://beego.me/docs/intro/) +* [中文文档](http://beego.me/docs/intro/) -[API](http://godoc.org/github.com/astaxie/beego) - -[中文文档](http://beego.me/docs/intro/) +## Community +* [http://beego.me/community](http://beego.me/community) ## LICENSE beego is licensed under the Apache Licence, Version 2.0 -(http://www.apache.org/licenses/LICENSE-2.0.html). \ No newline at end of file +(http://www.apache.org/licenses/LICENSE-2.0.html).