From b1d7dd4a042c3a66d45301281d4cea1de0ab37b9 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Fri, 24 Mar 2017 14:43:45 -0700 Subject: [PATCH] readme update for v0.3 release --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea4a9e6..39cfe06 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,25 @@ Home of all aah framework CLI tools. ## aah [![Go Report Card](https://goreportcard.com/badge/github.com/go-aah/tools/aah)](https://goreportcard.com/report/github.com/go-aah/tools/aah) [![Powered by Go](https://img.shields.io/badge/powered_by-go-blue.svg)](https://golang.org) - [![Cross Platform](https://img.shields.io/badge/platform-any-brightgreen.svg)](https://golang.org) - [![Version](https://img.shields.io/badge/version-0.2-blue.svg)](https://github.com/go-aah/tools/releases/latest) + [![Version](https://img.shields.io/badge/version-0.3-blue.svg)](https://github.com/go-aah/tools/releases/latest) [![License](https://img.shields.io/github/license/go-aah/tools.svg)](LICENSE) -***v0.2 [pre-release](https://github.com/go-aah/tools/releases/latest) and tagged on Mar 08, 2017*** +***v0.3 [pre-release](https://github.com/go-aah/tools/releases/latest) and tagged on Mar 24, 2017*** Actively working towards better and extensible web framework for Go. Working on website and documentation of aah framework. -Stay tuned on twitter - [![Twitter Follow](https://img.shields.io/twitter/follow/aahframework.svg?style=social&label=Follow)](https://twitter.com/aahframework) +**Stay tuned on -** + * Gitter - [![chat online](https://img.shields.io/gitter/room/aahframework/community.svg)](https://gitter.im/aahframework/community) + * Twitter - [![Twitter Follow](https://img.shields.io/twitter/follow/aahframework.svg?style=social&label=Follow)](https://twitter.com/aahframework) -See official page [TODO] + +# Installation aah framework +#### Stable Version +```bash +# install the aah framework +# it installs framework and aah CLI tool +go get -u aahframework.org/tools.v0/aah +``` + +See [official website](https://aahframework.org) - Work-in-progress.