diff options
Diffstat (limited to 'doc/INSTALL.md')
-rw-r--r-- | doc/INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 3f794e2fb..2304a9a51 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -301,8 +301,9 @@ is supplied in `../conf/varnish-alaveteli.vcl`. to `/etc/elinks/elinks.conf`: set document.codepage.assume = "utf-8" - - You should also check that your locale is set up wrongly. See + set document.codepage.force_assumed = 1 + + You should also check that your locale is set up correctly. See [https://github.com/sebbacon/alaveteli/issues/128#issuecomment-1814845](this issue followup) for further discussion. |