Skip to content

Commit

Permalink
Update README-zh-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidTraveler authored Mar 9, 2019
1 parent 2d28501 commit 3c55094
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@

## 用法

1. 切换到对应分支
2. 进入 flutter module 所在目录
1. 拷贝仓库代码到你本地设备

```
git clone https://github.com/nesger/FlutterSample.git
```

2. 将项目导入到 Android Studio
3. 切换到对应分支
4. 进入 flutter module 所在目录

```
cd sub/my_flutter/
```

3. 运行
5. 执行下面命令

```
flutter packages get
```

6. 运行

```
flutter run
Expand Down

0 comments on commit 3c55094

Please sign in to comment.