summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-06 08:32:37 +0300
committerdefanor <defanor@uberspace.net>2017-12-06 08:32:37 +0300
commitb075319adfe2b12fe81c5a4f8c5257e99e649a54 (patch)
treeb06bf5548de6c8a7a134e6898854efc9325542f7 /README
parent6b2677bd59b082096149c1581738eb749537f589 (diff)
Run curl with --compressed by default
Otherwise it fails on pages that are only available with compression.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 577c642..5a1ea8f 100644
--- a/README
+++ b/README
@@ -91,7 +91,7 @@ directory, and would look approximately like this::
commands:
gopher: torify curl "${URI}"
ssh: scp "${URI_REGNAME}:${URI_PATH}" /dev/stdout
- defaultCommand: ! 'curl -4 -L "${URI}" -w "
+ defaultCommand: ! 'curl --compressed -4 -L "${URI}" -w "
-pancake-