commit 5139fe47af4d59f1b5b56cae61bd17a1d38cfcdd parent 8e2085a4bd8f09290bb8c494c3cf9e52265923ce Author: Darren Clarke <darren@redaranj.com> Date: Tue, 5 Dec 2023 20:48:32 +0100 Fix Readme links Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ See the src/lib.rs file for the current set of capabilities we have implemented. ### Build Android -You can build the native libraries yourself using the [cargo-make crate][1] with `cargo make android-build` and `cargo make apple-build`. In order to build the Android libraries, you will need Docker installed and the [latest version of cross][2]: `cargo install cross --git https://github.com/cross-rs/cross`. In order to build for iOS, you will need a Mac with Xcode installed. +You can build the native libraries yourself using the [cargo-make crate](https://github.com/sagiegurari/cargo-make) with `cargo make android-build` and `cargo make apple-build`. In order to build the Android libraries, you will need Docker installed and the latest version of [the cross crate](https://github.com/cross-rs/cross). In order to build for iOS, you will need a Mac with Xcode installed. ## Installing the Android Library