mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
253 B
Markdown
17 lines
253 B
Markdown
![]() |
# 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}}`
|