Skip to content

Commit

Permalink
docs: Added build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu authored Apr 18, 2022
1 parent 13866b9 commit 8702c2e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,25 @@ Android application for reading storybooks.

Note: This app depends on the [elimu.ai Content Provider](https://github.com/elimu-ai/content-provider) to be installed.

## Development 👩🏽‍💻

Compile APK:

```
./gradlew clean build
```

Install APK:

```
adb install app/build/outputs/apk/debug/ai.elimu.vitabu-<versionCode>-debug.apk
```

---

## About the elimu.ai Community

![elimu ai-tagline](https://user-images.githubusercontent.com/15718174/54360503-e8e88980-465c-11e9-9792-32b513105cf3.png)

* For a high-level description of the project, see https://github.com/elimu-ai/wiki/blob/master/README.md.
* For a high-level description of the project, see https://github.com/elimu-ai/wiki#readme.
* For project milestones, see https://github.com/elimu-ai/wiki/projects.

0 comments on commit 8702c2e

Please sign in to comment.