Add basic build directions

There's some invisible steps for the not deeply in-the-know
diff --git a/README.md b/README.md
index e71feec..45d965b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
 # libtock-rs
 Rust userland library for Tock (WIP)
+
+## Getting Started
+
+This project is nascent and still under heavy development, but first steps:
+
+1. Get a copy of the latest nightly, in this repo's root:
+
+    `rustup override set nightly`
+
+2. Need to grab a copy of the rust sources:
+
+    `rustup component add rust-src`
+
+3. Now you should be able to build with:
+
+    `xargo build --target thumbv7em-tock-eabi`