update readme

This commit is contained in:
Cheney 2016-02-11 12:21:32 +08:00
parent 1aa557f19e
commit f20f365652
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build Status](https://travis-ci.org/chzyer/readline.svg?branch=master)](https://travis-ci.org/chzyer/readline) [![Build Status](https://travis-ci.org/chzyer/readline.svg?branch=master)](https://travis-ci.org/chzyer/readline)
[![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline) [![GoDoc](https://godoc.org/github.com/chzyer/readline?status.svg)](https://godoc.org/github.com/chzyer/readline)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/chzyer/readline?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/chzyer/readline?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Readline is A Pure Go Implementation of a libreadline-style Library. Readline is A Pure Go Implementation of a libreadline-style Library.
@ -12,6 +12,8 @@ The goal is to be a powerful alternater for GNU-Readline.
**WHY:** **WHY:**
Readline will support most of features which GNU Readline is supported, and provide a pure go environment and a MIT license. Readline will support most of features which GNU Readline is supported, and provide a pure go environment and a MIT license.
It can also provides shell-like interactives by using [flagly](https://github.com/chzyer/flagly) (demo: [flagly-shell](https://github.com/chzyer/flagly/blob/master/demo/flagly-shell/flagly-shell.go))
# Demo # Demo
![demo](https://raw.githubusercontent.com/chzyer/readline/assets/demo.gif) ![demo](https://raw.githubusercontent.com/chzyer/readline/assets/demo.gif)