From 1381bc6537e7cb8f7eb9c18a2a4df10b9d1eec47 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 4 Jun 2020 16:09:28 +0530 Subject: Removes theme button --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6865c9e..227c752 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # owyn Only What You Need (owyn) is a minimal launcher for android written in dart -## Motivation -There are a very few number of minimal launchers and even fewer are free and open source. -This is my attempt at filling the gap +## What do I need? +* A clock showing me the time +* 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. + +## Build it yourself +``` +flutter build apk --split-per-abi +``` + +The apks will be at `build/app/outputs/apk/release/` -- cgit v1.3.1