diff --git a/pages/common/fastboot.md b/pages/common/fastboot.md index 785d7bb73..2f61d1753 100644 --- a/pages/common/fastboot.md +++ b/pages/common/fastboot.md @@ -1,6 +1,6 @@ # fastboot -> Communicate with connected Android devices when in bootloader mode (the one place `adb` doesn't work). +> Communicate with connected Android devices when in bootloader mode (the one place ADB doesn't work). > More information: . - Unlock the bootloader: @@ -23,7 +23,7 @@ `fastboot flash recovery {{path/to/file.img}}` -- Display connected devices: +- List connected devices: `fastboot devices` diff --git a/pages/common/fdroidcl.md b/pages/common/fdroidcl.md index 9666a2fe5..c196902df 100644 --- a/pages/common/fdroidcl.md +++ b/pages/common/fdroidcl.md @@ -1,17 +1,17 @@ # fdroidcl -> F-Droid CLI client. +> Manage F-Droid apps of devices connected via ADB. > More information: . - Fetch the F-Droid index: `fdroidcl update` -- Display info about an app: +- Display information about an app: `fdroidcl show {{app_id}}` -- Download an APK file: +- Download the APK file of an app: `fdroidcl download {{app_id}}` @@ -22,3 +22,11 @@ - Install an app on a connected device: `fdroidcl install {{app_id}}` + +- Add a repository: + +`fdroidcl repo add {{repo_name}} {{url}}` + +- Remove, enable or disable a repository: + +`fdroidcl repo {{remove|enable|disable}} {{repo_name}}`