From 21f0c3e2ac973b2fb6ff1340e626cdc1275290c9 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 20 Dec 2019 14:57:18 +0000 Subject: [PATCH] Including a pointer to the Rust install docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916786e865..633c7cda48 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Rust mixnode implementation. ## Building * check out the code -* install rust (stable) +* [install rust](https://www.rust-lang.org/tools/install) (stable) * `cargo build --release` (for a production build) The built binary can be found at `target/release/nym-mixnode`