Skip to content

Commit 0dfaf3f

Browse files
committed
Update instructions for installing required rust targets
1 parent 5622b07 commit 0dfaf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ own Github repository use the following steps:
4646
1. Install required targets.
4747
```shell
4848
rustup target add aarch64-apple-ios x86_64-apple-ios
49-
rustup target add aarch64-apple-ios-sim --toolchain nightly
50-
rustup component add rust-src --toolchain nightly-aarch64-apple-darwin
49+
rustup target add aarch64-apple-ios-sim --toolchain nightly
50+
rustup target add aarch64-apple-darwin x86_64-apple-darwin
5151
```
5252

5353
1. Build [`bdk-ffi`] Swift bindings and `bdkFFI.xcframework.zip`.

0 commit comments

Comments
 (0)