[skip CI] add badges to README, rename to markdown

This commit is contained in:
NeroBurner 2018-06-21 12:07:38 +02:00
parent a29380601b
commit b8221040d2
2 changed files with 10 additions and 5 deletions

5
README
View File

@ -1,5 +0,0 @@
This repository contains a C++ implementation of the Google logging
module. Documentation for the implementation is in doc/.
See INSTALL for (generic) installation instructions for C++: basically
./autogen.sh && ./configure && make && make install

10
README.md Normal file
View File

@ -0,0 +1,10 @@
[![Build Status](https://img.shields.io/travis/google/glog/master.svg?label=Travis)](https://travis-ci.org/google/glog/builds)
[![Grunt status](https://img.shields.io/appveyor/ci/google/glog/master.svg?label=Appveyor)](https://ci.appveyor.com/project/google/glog/history)
This repository contains a C++ implementation of the Google logging
module. Documentation for the implementation is in doc/.
See INSTALL for (generic) installation instructions for C++: basically
```sh
./autogen.sh && ./configure && make && make install
```