]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Merge pull request #122 from cassiersg/fix-mod
[rust.git] / README.md
index 54a8bfc4c2ffd7f76598569a0de91695e8ab3a98..2bddeb869da655d48fd4f5e17c77bc8af0b29ede 100644 (file)
--- 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