Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaojunquan authored Mar 14, 2017
1 parent 01d5197 commit 69e0ae2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
####截图
![模拟器截图](http://upload-images.jianshu.io/upload_images/1982600-1d9412ee0d109a21.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/340)

##安装JQFMDB
**Cocoapods**
```
1. 在 Podfile 中添加 `pod 'JQFMDB'`。
2. 执行 `pod install` 或 `pod update`。
3. 导入 \<JQFMDB/JQFMDB.h\>。
```
**手动安装**
```
1. 下载 JQFMDB 文件夹内的所有内容。
2. 将 JQFMDB.h和JQFMDB.m 以及FMDB添加(拖放)到你的工程。
3. 导入 "JQFMDB.h"。
```
##使用方法
---
####创建数据库
Expand Down

0 comments on commit 69e0ae2

Please sign in to comment.