Quellcode durchsuchen

fdroidcl: add search and install examples (#3561)

Pierre Rudloff vor 5 Jahren
Ursprung
Commit
ce3c46684d
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      pages/common/fdroidcl.md

+ 8 - 0
pages/common/fdroidcl.md

@@ -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}}`