From daf41028f84a8f591ea7335ec7502c7e734f45a5 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 1 Aug 2016 22:14:05 +0800 Subject: [PATCH] update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a704a91..cc4187d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # AriaNg -[![Lastest Build](https://circleci.com/gh/mayswind/AriaNg.png "Lastest Build")](https://circleci.com/gh/mayswind/AriaNg/tree/master) +[![License](https://img.shields.io/github/license/mayswind/AriaNg.svg?style=flat)](https://github.com/mayswind/AriaNg/blob/master/LICENSE) +[![Lastest Build](https://img.shields.io/circleci/project/mayswind/AriaNg.svg?style=flat)](https://circleci.com/gh/mayswind/AriaNg/tree/master) +[![Lastest Release](https://img.shields.io/github/release/mayswind/AriaNg.svg?style=flat)](https://github.com/mayswind/AriaNg/releases) ## Introduction A Better Frontend for [aria2](https://github.com/aria2/aria2) (a cross-platform download utility). AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you just need to open it in your browser. By using responsive layout, you can open it on any desktop or mobile devices. @@ -26,8 +28,12 @@ A Better Frontend for [aria2](https://github.com/aria2/aria2) (a cross-platform #### Mobile Device ![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg/gh-pages/screenshots/mobile.png) -## Build -Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](https://bower.io/) installed. +## Installation +#### Prebuilt release +Latest Release: https://github.com/mayswind/AriaNg/releases + +#### Building from source +Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](https://bower.io/) installed. Then download the source code, and follow these steps. $ npm install $ bower install @@ -38,8 +44,5 @@ The builds will be placed in the dist directory. ## Demo Please visit http://ariang.mayswind.net -## Download -Latest release: https://github.com/mayswind/AriaNg/releases - ## License [MIT](https://github.com/mayswind/AriaNg/blob/master/LICENSE)