From ec38d70449e2b62834150ac5f77da04ef5570e4e Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 4 Sep 2016 15:07:47 -0700 Subject: [PATCH] Slightly cleaner Readme. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b6f7db7..4207f518 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,16 @@ route resulting in the string `Hello, 58 year old named John!` being sent to the browser. If an `` string was passed in that can't be parsed as a `u8`, the route won't get called, resulting in a 404 error. + +## Building + +### Nightly + Rocket requires a nightly version of Rust as it makes heavy use of syntax extensions. This also means that the first two unwieldly lines in the Rust file above are required. -## Building +### Examples Try running the examples in the `examples/` folder. For instance, the following sequence of commands builds and runs the `Hello, world!` example: