From e7be393b842d8445ae47bc59e88980a99b6e468e Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+Trumeet@users.noreply.github.com> Date: Sat, 2 Mar 2019 09:21:18 -0800 Subject: docs: add README.md Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a1ab38 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# WorkMode + +Enjoy your work and disable disturbing apps (ROOT is required) + +## Install + +You can download from [releases](https://github.com/Trumeet/WorkMode/releases) or [Play Store](https://play.google.com/store/apps/details?id=moe.yuuta.workmode). + +## Build + +Install required build tools and run: + +```shell +$ ./gradlew :app:assembleRelease +``` + +# Licenses + +Proprietary software except for open-source components. All non-open source codes are the properties of Trumeet, they may not be published without permission. \ No newline at end of file -- cgit v1.2.3