diff --git a/README.md b/README.md index 3a0cc20cf64fdf71788d6a6393662c0bb27836b2..46b30bfd7f77633c929b51be58e3f875c8997ea8 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. -[](https://travis-ci.org/rust-lang/libc) +[](https://travis-ci.org/alexcrichton/libc) +[](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)