1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

fdroidcl: add page (#3541)

This commit is contained in:
Pierre Rudloff 2019-11-11 23:58:04 +01:00 committed by Marco Bonelli
parent a83040449e
commit 6b4c61b42c

16
pages/common/fdroidcl.md Normal file
View file

@ -0,0 +1,16 @@
# fdroidcl
> F-Droid CLI client.
> More information: <https://github.com/mvdan/fdroidcl>.
- Fetch the F-Droid index:
`fdroidcl update`
- Display info about an app:
`fdroidcl show {{app_id}}`
- Download an APK file:
`fdroidcl download {{app_id}}`