fdroidcl: add search and install examples (#3561)

This commit is contained in:
Pierre Rudloff
2019-11-14 13:50:47 +01:00
committed by Ein Verne
parent 4f797eb4ef
commit ce3c46684d

View File

@@ -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}}`