From ce3c46684d0b053c517e6a79b965da879e7c9e47 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 14 Nov 2019 13:50:47 +0100 Subject: [PATCH] fdroidcl: add search and install examples (#3561) --- pages/common/fdroidcl.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/fdroidcl.md b/pages/common/fdroidcl.md index 22fa3bc9dd..9666a2fe56 100644 --- a/pages/common/fdroidcl.md +++ b/pages/common/fdroidcl.md @@ -14,3 +14,11 @@ - Download an APK file: `fdroidcl download {{app_id}}` + +- Search for an app in the index: + +`fdroidcl search {{search_pattern}}` + +- Install an app on a connected device: + +`fdroidcl install {{app_id}}`