summaryrefslogtreecommitdiffstats
path: root/system/acd_cli/README
diff options
context:
space:
mode:
author Andreas Guldstrand <andreas.guldstrand@gmail.com>2017-03-15 00:05:47 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-18 06:58:36 +0700
commit85ef10e91e6e004b2ccbda15a40a3a9a34062fb1 (patch)
tree45a91062578034d3bce44e7f19832d0aa6a5841f /system/acd_cli/README
parent21482402723c6b96454cee4ea1059dd6ea35f22c (diff)
downloadslackbuilds-85ef10e91e6e004b2ccbda15a40a3a9a34062fb1.tar.gz
slackbuilds-85ef10e91e6e004b2ccbda15a40a3a9a34062fb1.tar.xz
system/acd_cli: Added (CLI and FUSE fs for Amazon Cloud Drive).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/acd_cli/README')
-rw-r--r--system/acd_cli/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/acd_cli/README b/system/acd_cli/README
new file mode 100644
index 0000000000..c541398dac
--- /dev/null
+++ b/system/acd_cli/README
@@ -0,0 +1,5 @@
+acd_cli provides a command line interface to Amazon Drive and allows
+Unix users to mount their drive using FUSE for read and (sequential)
+write access. It is currently in beta stage.
+
+All dependencies for this need to be built with python3 support.