diff --git a/pages/common/fdroidcl.md b/pages/common/fdroidcl.md index 22fa3bc9ddd5e6..9666a2fe5645c8 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}}`