Skip to content

Commit 8add970

Browse files
Johennesstefanceriu
authored andcommitted
Fix link for uniffi_bindgen and improve install instructions
1 parent 1358c9c commit 8add970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The package can be added to an Xcode project from a local checkout and the binar
1919

2020
To build the package you will need the following installed:
2121
1. cargo + rustup https://www.rust-lang.org/tools/install
22-
2. uniffi-bindgen `cargo install uniffi_bindgen --version x.x.x` where version needs to match the ones defined in the rust-sdk-ffi crate [Cargo.toml](https://github.com/matrix-org/matrix-rust-sdk/blob/main/crates/matrix-sdk-ffi/Cargo.toml).
22+
2. uniffi-bindgen `cargo install uniffi_bindgen --version x.x.x | --git https://github.com/mozilla/uniffi-rs --rev abc...` where the version or revision needs to match the one defined in the rust-sdk-ffi crate [Cargo.toml](https://github.com/matrix-org/matrix-rust-sdk/blob/main/bindings/matrix-sdk-ffi/Cargo.toml).
2323
3. nightly toolchain and simulator targets for your desired platform. See the [release script](https://github.com/matrix-org/matrix-rust-sdk/blob/main/bindings/apple/build_xcframework.sh) for all possible options.
2424
```
2525
rustup toolchain install nightly

0 commit comments

Comments
 (0)