From 236123d4728b7acca0696be03328704e0f896b53 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 8 Sep 2023 14:53:28 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 54360664e..c740b1137 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -81,7 +81,7 @@ Once the framework is built using `./build_crypto_xcframework.sh` you will have s.version = "0.3.12" ``` -Then in the element-ios `Podfile`, add the following line under side the existing `pod 'MatrixSDK' [..]`: +Then in the element-ios `Podfile`, add the following line under the existing `pod 'MatrixSDK' [..]`: ``` pod 'MatrixSDKCrypto', :path => '../matrix-rust-sdk/MatrixSDKCrypto.podspec'