From db1482f23bd3f11540acedc6abcdec64840bbdc3 Mon Sep 17 00:00:00 2001 From: Bloomingg <1293499952@qq.com> Date: Tue, 2 Nov 2021 21:16:32 +0800 Subject: [PATCH] docs:complete doc --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f159ad0..263a8ed 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Open im includes instant messaging and real-time audio and video server and clie > [中文文档](https://doc.rentsoft.cn/) + + ## Getting Started ### How To Get Resource @@ -16,20 +18,23 @@ Open im includes instant messaging and real-time audio and video server and clie git clone https://github.com/OpenIMSDK/Open-IM-SDK-Uniapp.git ``` -- get dependencies from npm - ```bash - npm install - ``` -- change your own AppID from DCloud +## Integration + +### Integrate SDK into your project + +- You can move folder `Tuoyun-OpenIMSDK` into your perject root folder `nativeplugins` +- Then you can add native plugin in you perject manifest.json,and choice `OpenIMSDK` + - you can regain it in the project root manifest.json ## Build and run - You need to generate a custom debug dock using the compiler's(Hbuilder X) cloud packaging feature, and then choose to run the custom debug dock on your phone. + + ## Getting Help The best way to interact with our team is through GitHub.You can open an issue with this.You can also find some Doc in [Our Developer Guide](https://doc.rentsoft.cn/) or visit [Our Community](https://forum.rentsoft.cn/) to raise a query.