From 333d28f6527bb69492a4e10c77172cbc20fc59a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 14 Feb 2016 23:01:55 +0000 Subject: [PATCH] README: Add quickstart --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 46281eb..5f8a4ae 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,20 @@ While the Android client integrates with the system with regular update checks and notifications, this is a command line client that talks to connected devices via [ADB](https://developer.android.com/tools/help/adb.html). +### Quickstart + +Download the index: + + fdroidcl update + +Show all available apps: + + fdroidcl search + +Install an app: + + fdroidcl install org.adaway + ### Commands update Update the index