Skip to content

Commit

Permalink
【TUILiveKit】【iOS】modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lleihai123 authored and MinTate committed May 20, 2024
1 parent 9590f65 commit 6e00eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions iOS/README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ _[English](README.md) | 简体中文_
#### 1. 下载代码

```
$ git clone https://github.com/Tencent-RTC/TUILiveKit.git
git clone https://github.com/Tencent-RTC/TUILiveKit.git
```

#### 2. 加载依赖库

```
$ cd TUILiveKit/iOS/Example
$ pod install
cd TUILiveKit/iOS/Example
pod install
```

#### 3. 配置 SDKAppID 和 SDKSecretKey
Expand Down
6 changes: 3 additions & 3 deletions iOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ If you would like to try the sample app specifically fit to your usage, you can
#### 1. Clone this repository

```
$ git clone https://github.com/Tencent-RTC/TUILiveKit.git
git clone https://github.com/Tencent-RTC/TUILiveKit.git
```

#### 2. Install dependencies

```
$ cd TUILiveKit/iOS/Example
$ pod install
cd TUILiveKit/iOS/Example
pod install
```

#### 3. Specify the SDKAppID and SDKSecretKey
Expand Down

0 comments on commit 6e00eca

Please sign in to comment.