aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index a8f6402..e7a9082 100644
--- a/README
+++ b/README
@@ -83,6 +83,16 @@ OPTIONS
Each option can only be used once.
+NOTES
+ It may be a good idea to compress the file before
+ transmitting it. For example
+
+ xz -e9 < your-file | fodtmf-send ## sender
+ fodtmf-recv | xz -d > your-file ## receive
+
+ But note well, which compresion algorithm is most
+ efficient depends on the file.
+
RATIONALE
I really don't know precisely why. But it sounded fun.