[skip CI] add badges to README, rename to markdown
This commit is contained in:
parent
a29380601b
commit
b8221040d2
5
README
5
README
@ -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
10
README.md
Normal file
@ -0,0 +1,10 @@
|
||||
[](https://travis-ci.org/google/glog/builds)
|
||||
[](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
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user