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:
parent
a83040449e
commit
6b4c61b42c
1 changed files with 16 additions and 0 deletions
16
pages/common/fdroidcl.md
Normal file
16
pages/common/fdroidcl.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue