aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/README.md b/README.md
index 227c752..5e81834 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,26 @@
# owyn
-Only What You Need (owyn) is a minimal launcher for android written in dart
+Owyn(Only What You Need) launcher is a minimal launcher for android
-## What do I need?
-* A clock showing me the time
+
+## What I need from my launcher..
+* A clean interface
+* A clock
* A searchable list of apps
* Easy access to my favorite apps
* Ability to uninstall apps
+
## Install
-Grab an apk from the releases and install it.
+Not available on play store and never will be.
+Grab an apk from the releases section and install it.
+
## Build it yourself
+Make sure you have flutter installed on your system.
+
```
flutter build apk --split-per-abi
```
-The apks will be at `build/app/outputs/apk/release/`
+This will build apks in `build/app/outputs/apk/release/`.