Including a pointer to the Rust install docs

This commit is contained in:
Dave Hrycyszyn
2019-12-20 14:57:18 +00:00
parent 42ab21c133
commit 21f0c3e2ac
+1 -1
View File
@@ -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`