From 0dfaf3fd356e6c4a653ac9a1c69567126350197c Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 23 Jun 2022 11:03:26 -0700 Subject: [PATCH] Update instructions for installing required rust targets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5a73bf..f258b43 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ own Github repository use the following steps: 1. Install required targets. ```shell rustup target add aarch64-apple-ios x86_64-apple-ios - rustup target add aarch64-apple-ios-sim --toolchain nightly - rustup component add rust-src --toolchain nightly-aarch64-apple-darwin + rustup target add aarch64-apple-ios-sim --toolchain nightly + rustup target add aarch64-apple-darwin x86_64-apple-darwin ``` 1. Build [`bdk-ffi`] Swift bindings and `bdkFFI.xcframework.zip`.