diff options
Diffstat (limited to 'system/android-file-transfer/README')
-rw-r--r-- | system/android-file-transfer/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/android-file-transfer/README b/system/android-file-transfer/README new file mode 100644 index 0000000000..49af0cc9d4 --- /dev/null +++ b/system/android-file-transfer/README @@ -0,0 +1,8 @@ +Android File Transfer for Linux - reliable MTP client with +minimalistic UI similar to Android File Transfer for Mac. + +Android File Transfer is by default built with qt5 ui. However, +the client may be built without ui. In this case, run the script +with the following command: + +QT_GUI=no ./android-file-transfer.SlackBuild |