summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-05-28 15:17:49 -0700
committerCarl Lerche <me@carllerche.com>2015-05-28 15:17:49 -0700
commit6341927e3a58161c5f42e1b7291eea7c16dd4d02 (patch)
tree7cf7277a18387c77748bc7f4a22010fcef74e524 /README.md
parent2391ec3da13e52ca6faee2efb5965a3e98cd536f (diff)
downloadnix-6341927e3a58161c5f42e1b7291eea7c16dd4d02.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index daa9a76f..101c8c1f 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,15 @@ Rust friendly bindings to various *nix platform APIs (Linux, Darwin,
...). The goal is to not provide a 100% unified interface, but to unify
what can be while still providing platform specific APIs.
-- [API documentation](https://carllerche.github.io/nix-rust/nix/)
-
[![Build Status](https://travis-ci.org/carllerche/nix-rust.svg?branch=master)](https://travis-ci.org/carllerche/nix-rust)
+[![crates.io](http://meritbadge.herokuapp.com/nix)](https://crates.io/crates/nix)
+
+## Documentation
+
+API documentation generated by rustdoc:
+
+- Linux: [master](http://rustdoc.s3-website-us-east-1.amazonaws.com/nix/master/linux/nix/)
+- OS X: [master](http://rustdoc.s3-website-us-east-1.amazonaws.com/nix/master/osx/nix/)
## Usage