diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-04-19 22:10:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-19 22:10:55 +0700 |
commit | 5a6e6b8fef4d9e77d6548589b7bc53e7832dbc9e (patch) | |
tree | 615f14d1f0a2601b9abfac89869a5d4ff94ba561 /system/android-file-transfer/README | |
parent | cb31825b30867e55dca0e75ff5b0f49d9ce4f374 (diff) |
system/android-file-transfer: Added (Android File Transfer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..49af0cc9d4809 --- /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 |