fdroidcl: add search and install examples (#3561)

client-spec/clarity
Pierre Rudloff 2019-11-14 13:50:47 +01:00 committed by Ein Verne
parent 4f797eb4ef
commit ce3c46684d
1 changed files with 8 additions and 0 deletions

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