From 2b5bc7c9a8d4ee5518993ae28ab16a6cb53e00d5 Mon Sep 17 00:00:00 2001 From: Kyle Marek-Spartz <kyle.marekspartz@govdelivery.com> Date: Mon, 26 Oct 2015 21:51:59 -0500 Subject: [PATCH] Link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecba517554f..b79587a244c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A tool for formatting Rust code according to style guidelines. cargo install --git https://github.com/nrc/rustfmt ``` -or if you're using `multirust` +or if you're using [`multirust`](https://github.com/brson/multirust) ``` multirust run nightly cargo install --git https://github.com/nrc/rustfmt