diff --git a/README.md b/README.md index b5bb915..e112e44 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# dub package manager [![Build Status](https://travis-ci.org/dlang/dub.svg?branch=master)](https://travis-ci.org/dlang/dub) [![Coverage Status](https://coveralls.io/repos/dlang/dub/badge.svg)](https://coveralls.io/r/dlang/dub) +# dub package manager Package and build manager for [D](http://dlang.org/) applications and libraries. There is a central [package registry](https://github.com/dlang/dub-registry/) located at . +[![GitHub tag](https://img.shields.io/github/tag/dlang/dub.svg?maxAge=86400)](#) [![Build Status](https://travis-ci.org/dlang/dub.svg?branch=master)](https://travis-ci.org/dlang/dub) [![Coverage Status](https://coveralls.io/repos/dlang/dub/badge.svg)](https://coveralls.io/r/dlang/dub) [![Issue Stats](https://img.shields.io/issuestats/p/github/dlang/dub.svg?maxAge=2592000)](http://www.issuestats.com/github/dlang/dub) + ## Introduction DUB emerged as a more general replacement for [vibe.d's](http://vibed.org/) package manager. It does not imply a dependency to vibe.d for packages and was extended to not only directly build projects, but also to generate project files (currently [VisualD](https://github.com/rainers/visuald)).