mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 19:26:00 +02:00
fdroidcl: add search and install examples (#3561)
This commit is contained in:
parent
4f797eb4ef
commit
ce3c46684d
1 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,11 @@
|
||||||
- Download an APK file:
|
- Download an APK file:
|
||||||
|
|
||||||
`fdroidcl download {{app_id}}`
|
`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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue