summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/README.txt b/README.txt
deleted file mode 100644
index bba5554..0000000
--- a/README.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-===========
-fuse-httpfs
-===========
-
-python-requests based fuse read-only filesystem
-
-Usage
------
-
-### Setup
-
-Create a directory to be used as a mountpoint.
-
-### Starting
-
-run with --help
-
-### Using
-
-* access the mountpoint
-* open directory for schema (http/https)
-* open an (maybe non-existing) directoring with the desired hostname
-
-
-Remote machines configure in ~/.netrc will appear automatically. python-requests will pick-up the authentication infos from .netrc
-
-
-## Run the tests
-
- python3.4 -m unittest test