1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

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