Skip to content

Commit ab1220d

Browse files
author
zhangchunyang
committed
add readme
1 parent 0b26053 commit ab1220d

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.DS_Store
77
/build
88
/captures
9+
deploy.sh

.idea/dictionaries/zhangchunyang.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# OkayFace ![](https://travis-ci.org/BSlience/OkayFace.svg?branch=master)
2-
This is an open sdk for face things. <br>
3-
You can do something interesting by it. <br>
2+
This is an open sdk for face things.
3+
You can do something interesting by it.
44
Enjoy it!
55

66
# Try it
7-
7+
You can import it to Android Studio and run it on device.
88

99
# Installation
10-
11-
10+
Add <code>compile 'com.face:sdk:0.0.1'</code> to build.gradle dependencies of your app.
11+
Inherit <code>FaceCameraActivity</code> or <code>FaceInterfaceActivity</code> by your need.
12+
You can also learn it from the app. I'll show you the code there.
13+
1214
# Description
1315

14-
15-
# Documentation
16-
17-
1816
# Performance
1917

18+
# Roadmap
19+
[future feature and known issues](./roadmap.md)
2020

2121
# Reference

deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./gradlew clean build bintrayUpload -PbintrayUser=bslience -PbintrayKey=f9123be83afc879730ef570ffdc7abdd9f3e3830 -PdryRun=false

0 commit comments

Comments
 (0)