Skip to content

Commit

Permalink
fdroidcl: add search and install examples (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff authored and einverne committed Nov 14, 2019
1 parent 4f797eb commit ce3c466
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/common/fdroidcl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@
- Download an APK file:

`fdroidcl download {{app_id}}`

- Search for an app in the index:

`fdroidcl search {{search_pattern}}`

- Install an app on a connected device:

`fdroidcl install {{app_id}}`

0 comments on commit ce3c466

Please sign in to comment.