From ffa5bfe16fcc917087e4522bdcf1b9f7c1320d9a Mon Sep 17 00:00:00 2001 From: chri2 Date: Mon, 16 Apr 2018 10:58:50 +0200 Subject: [PATCH] Update build.md (#960) --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 20c05e463..add9a0493 100644 --- a/doc/build.md +++ b/doc/build.md @@ -45,7 +45,7 @@ say, for a Raspberry Pi. Building `grin_pow` might fail if you're not on a x86_64 system, because that crate also builds external Cuckoo mining plugins. -To avoid building mining plugins, ensure your `pow/Cargo.toml' has a line +To avoid building mining plugins, ensure your `pow/Cargo.toml` has a line in section `[dependencies.cuckoo_miner]` ``` features=["no-plugin-build"]