From 676fb4d6595602b2b5c048e12124e30813ae91c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=C3=B4=20Ng=E1=BB=8Dc=20=C4=90=E1=BB=A9c=20Huy?= Date: Sat, 13 Feb 2021 20:57:35 +0700 Subject: [PATCH] Add run instruction --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2eade70..61d1e9d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ There are occasions users prefer to be offline, such as when they ride on a bus. A phone would be more often used in such case, which is why I made this as an Android app. +## How to run + +[Android's document][android] gives detailed instruction of +how to build run Android apps from source code. It also includes instruction +for command line build in case you don't want to install Android Studio. +You need Gradle 4.0.1 and Kotlin 1.3.72 or later for the build. + ## To-do list A check list for development tasks. @@ -44,6 +51,7 @@ A check list for development tasks. - [ ] `generate()` - [ ] `rewrite()` +[android]: https://developer.android.com/studio/run [awkword]: http://akana.conlang.org/tools/awkwords/ [zompist]: http://www.zompist.com/gen.html [saass]: https://www.gnu.org/philosophy/who-does-that-server-really-serve.html