From 63d91c3b131fb0a3b7aabd48f3eb548dc4351676 Mon Sep 17 00:00:00 2001 From: olliiiver Date: Fri, 20 Dec 2024 15:16:09 +0100 Subject: [PATCH] docs: update readme (#19) Co-authored-by: olliiiver Co-authored-by: Johannes Marbach --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e9e63dc..39b090e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Powered by [uniffi-bindgen-react-native] and [create-react-native-library]. ## Installation +### Installation into your own project + This package is available in the [npm registry]. ```sh @@ -19,22 +21,6 @@ npm i @unomed/react-native-matrix-sdk yarn add @unomed/react-native-matrix-sdk ``` -You also have to install [uniffi-bindgen-react-native]. This will only be necessary until its -Pod has been released. Make sure that the SHA matches the release of react-native-matrix-sdk. - -```sh -npm add https://github.com/jhugman/uniffi-bindgen-react-native#$sha -yarn add uniffi-bindgen-react-native@https://github.com/jhugman/uniffi-bindgen-react-native#$sha -``` - -Afterwards add the Pod and run `pod install`. - -``` -target 'MyAwesomeApp' do - pod 'uniffi-bindgen-react-native', :path => '../node_modules/uniffi-bindgen-react-native' - ... -end -``` ### Installation from local checkout