tldr/pages/common/fdroidcl.md

17 lines
253 B
Markdown
Raw Normal View History

2019-11-11 22:58:04 +00:00
# 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}}`