add some links to external resources
[rust-101.git] / README.md
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..406acad
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+Rust-101
+========
+
+This is Rust-101, a tutorial for the [Rust language](http://www.rust-lang.org/).
+You can either read through the sources in `src/`, or generate the HTML
+in `docs/` using `./pycco-rs src/*.rs`, or go directly to
+[the rendered output](https://ralfjung.github.io/rust-101/main.html).