Update README.md

This commit is contained in:
Dave Hrycyszyn
2020-01-09 12:36:18 +00:00
committed by GitHub
parent 6ceec8e737
commit 4966d8ecef
+1 -5
View File
@@ -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: