diff --git a/pages/common/fdroidcl.md b/pages/common/fdroidcl.md new file mode 100644 index 000000000..22fa3bc9d --- /dev/null +++ b/pages/common/fdroidcl.md @@ -0,0 +1,16 @@ +# fdroidcl + +> F-Droid CLI client. +> More information: . + +- Fetch the F-Droid index: + +`fdroidcl update` + +- Display info about an app: + +`fdroidcl show {{app_id}}` + +- Download an APK file: + +`fdroidcl download {{app_id}}`