Skip to content

Commit

Permalink
docs:complete doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomingg committed Nov 2, 2021
1 parent af6f916 commit db1482f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit db1482f

Please sign in to comment.