From b601ea2bc7a2d69eb064ddfe6a337285b34cf9f6 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 2 Jun 2015 12:30:46 +1200 Subject: [PATCH] Highlight that we require nightly in the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a8bfc4c2f..2bddeb869da 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A tool for formatting Rust code according to style guidelines. ## How to use +You'll need a pretty up to date version of the **nightly** version of Rust. + `cargo build` to build. `cargo test` to run all tests. @@ -15,7 +17,6 @@ to run on the top file. You'll probably want to set the `WriteMode` in the call to `run` in `main()`. Eventually you should be able to set the mode from the command line or from a config file or something. -You'll need a pretty up to date version of the nightly version of Rust. ## Use cases