Skip to content

Commit

Permalink
fdroidcl: add page (#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff authored and mebeim committed Nov 11, 2019
1 parent a830404 commit 6b4c61b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/common/fdroidcl.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 6b4c61b

Please sign in to comment.