summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-18 13:18:36 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-18 13:34:11 -0700
commit2286cc8cf6c17cef456a89cc160a7400174761ce (patch)
tree57a570e9c8bd800e41e200c3502a456f3f87847c /README.md
parentc95e6ea1e74f82f1a889302978e37a7baf4073cf (diff)
downloadssh2-rs-2286cc8cf6c17cef456a89cc160a7400174761ce.zip
Upload docs to gh-pages
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..414ff71
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# ssh2-rs
+
+[![Build Status](https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/ssh2-rs)
+
+[Documentation](http://alexcrichton.com/ssh2-rs/ssh2/index.html)
+
+Rust bindings to libssh2
+
+```toml
+# Cargo.toml
+[dependencies.ssh2]
+git = "https://github.com/alexcrichton/ssh2-rs"
+```