소스 검색

fdroidcl: add search and install examples (#3561)

Pierre Rudloff 5 년 전
부모
커밋
ce3c46684d
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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}}`