From 7f9fbb4d91edff6988d3a764a328500025234db9 Mon Sep 17 00:00:00 2001 From: fuwa Date: Fri, 14 Jun 2019 04:59:13 +0800 Subject: [PATCH] fix build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6878cae..f9a30e2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker create -it --name wownero-android wownero-android bash docker cp wownero-android:/src/build/release/bin . ``` -The binary needed is in `./bin/wownerod`. +The binary needed is `./bin/wownerod`. ### Install flutter and make sure it's in path @@ -31,7 +31,7 @@ git clone https://github.com/fuwa0529/cyberwow/ cd cyberwow # Copy wownerod that we just built -cp $PATH_TO_WOWNEROD cyberwow/native/output/a4m64/ +cp $PATH_TO_WOWNEROD cyberwow/native/output/arm64/ # Generate a dummy x86_64 bin touch cyberwow/native/output/x86_64/wownerod