fdroidcl: add page (#3541)

italian
Pierre Rudloff 2019-11-11 23:58:04 +01:00 committed by Marco Bonelli
parent a83040449e
commit 6b4c61b42c
1 changed files with 16 additions and 0 deletions

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