aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-21 05:36:06 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-21 05:36:06 +0100
commit8a74136c7582ad973440dac706c1da32b2fe2414 (patch)
tree58a94040020334a4632638f9b3daf6f54741181b
parentreorder parameters (diff)
downloadfodtmf-8a74136c7582ad973440dac706c1da32b2fe2414.tar.gz
fodtmf-8a74136c7582ad973440dac706c1da32b2fe2414.tar.bz2
fodtmf-8a74136c7582ad973440dac706c1da32b2fe2414.tar.xz
recommend compression
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-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.