From 6b4c61b42c9df2b5f6112313d95e90b36629d0fc Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 11 Nov 2019 23:58:04 +0100 Subject: [PATCH] fdroidcl: add page (#3541) --- pages/common/fdroidcl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/fdroidcl.md 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}}`