From 4966d8ecefebbc3e320faaba6bc4947ae4cef5d3 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Thu, 9 Jan 2020 12:36:18 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ad48e883b..5551e04a5a 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,10 @@ Your directory structure should look like this: ``` $ tree -L 1 ├── nym -│   ├── client -│   ├── mixnode -│   ├── README.md -│   └── sfw-provider ├── sphinx ``` -`cargo build` will build the software. +Change directory in `nym` and then `cargo build` will build the software. As with any other Rust project, there are other ways to build: