From 30fe66b11049cb1f1163c450c43a62bed7a68acf Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Thu, 2 Aug 2018 21:09:52 +1200 Subject: [PATCH] Tiny clarification in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2dbed37a0..b2cc0c12d46 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the "travis example" badge above. ## Quick start -You can use `rustfmt` on Rust 1.24 and above. +You can run `rustfmt` with Rust 1.24 and above. To install: @@ -94,6 +94,7 @@ rustup component add rustfmt-preview ## Installing from source To install from source (nightly required), first checkout to the tag or branch you want to install, then issue + ``` cargo install --path . ```