Update README.md (#4762)

Fix for cargo fail when building from source
This commit is contained in:
Jerome de Tychey 2017-03-06 08:49:52 +01:00 committed by Gav Wood
parent cabf251280
commit 944dcdc010
1 changed files with 4 additions and 0 deletions

View File

@ -100,7 +100,11 @@ $ cargo build --release
```
This will produce an executable in the `./target/release` subdirectory.
Note: if cargo fails to parse manifest try:
```bash
$ ~/.cargo/bin/cargo build --release
```
----
## Simple one-line installer for Mac and Ubuntu