summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-17 10:16:30 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-17 10:16:30 -0700
commite00e24a2be824a9cb13abfd94d41250a4661413a (patch)
tree3b72460772cb3c3ba5fe653fa9297457fda6ba64 /README.md
parent95b18b7d0220903b70007689a203cbd89e1446a7 (diff)
downloadrust-libc-e00e24a2be824a9cb13abfd94d41250a4661413a.tar.gz
Add more badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 3 insertions, 18 deletions
diff --git a/README.md b/README.md
index 3a0cc20cf6..46b30bfd7f 100644
--- a/README.md
+++ b/README.md
@@ -4,22 +4,7 @@ libc
A Rust library with native bindings to the types and functions commonly found on
various systems, including libc.
-[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
+[![Build Status](https://travis-ci.org/alexcrichton/libc.svg?branch=master)](https://travis-ci.org/alexcrichton/libc)
+[![Build status](https://ci.appveyor.com/api/projects/status/v0414slj8y8nga0p?svg=true)](https://ci.appveyor.com/project/alexcrichton/libc)
-[Documentation](http://doc.rust-lang.org/libc)
-
-## Usage
-
-Add this to your `Cargo.toml`:
-
-```toml
-[dependencies]
-
-libc = "0.1"
-```
-
-and this to your crate root:
-
-```rust
-extern crate libc;
-```
+[Documentation](http://alexcrichton.com/libc)