From 80e808208ef75feaa8706854c75a5cb59691162f Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 8 Aug 2019 18:19:47 +0200 Subject: [PATCH] README: update to cargo-xbuild --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9d11346..2d201a73 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Build ```shell -nix-shell --command "cargo build --release" +nix-shell --command "cargo xbuild --release" ``` # Debug @@ -39,13 +39,13 @@ Proceed using gdb with `load`, `c` ### Running on the ZC706 ```shell -nix-shell --command "cargo build --release" +nix-shell --command "cargo xbuild --release" openocd -f openocd/zc706.cfg ``` ### Running on the Cora Z7-10 ```shell -nix-shell --command "cargo build --release --no-default-features --features=target_cora_z7_10" +nix-shell --command "cargo xbuild --release --no-default-features --features=target_cora_z7_10" openocd -f openocd/cora-z7-10.cfg ```