diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-05 18:44:53 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-05 18:44:53 +0530 |
| commit | 893404b71b13725d5fa7a5f2fe468a57eeea26e9 (patch) | |
| tree | 6ffd47dfc39760cffbcf6eb34d0b165e499e1ee6 | |
| parent | 1381bc6537e7cb8f7eb9c18a2a4df10b9d1eec47 (diff) | |
| download | daft-launcher-893404b71b13725d5fa7a5f2fe468a57eeea26e9.tar.gz daft-launcher-893404b71b13725d5fa7a5f2fe468a57eeea26e9.zip | |
readme update
| -rw-r--r-- | README.md | 17 |
1 files changed, 12 insertions, 5 deletions
@@ -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/`. |
