diff --git a/manual/manual.epub b/manual/manual.epub index 562137205..36c3c99a3 100644 Binary files a/manual/manual.epub and b/manual/manual.epub differ diff --git a/manual/manual.html b/manual/manual.html index 4f80abd94..64ed17447 100644 --- a/manual/manual.html +++ b/manual/manual.html @@ -1171,7 +1171,7 @@ media while logged into a server via ssh.
If you are using Lynx then you will need to ensure that it is configured for the utf-8 character set, and that you have emoji fonts installed (eg. noto-fonts-emoji). Edit -your lynx.cfg file (usually in /etc/lynx.cfg) and +your lynx.cfg file (usually in /etc/lynx/lynx.cfg) and set:
CHARACTER_SET:utf-8
To avoid annoying questions you may also want to set:
diff --git a/manual/manual.md b/manual/manual.md index 438ff8cf9..e175addb5 100644 --- a/manual/manual.md +++ b/manual/manual.md @@ -824,7 +824,7 @@ Since the web interface of Epicyon only needs HTML5 and CSS, it can work with br Screenshots within the preceding sections all assume that you are using a common graphical web browser. However, it is also possible to use Epicyon from a shell browser, such as [Lynx](https://lynx.invisible-island.net). This may be better suited for use with screen readers, or if you want to check your social media while logged into a server via *ssh*. -If you are using *Lynx* then you will need to ensure that it is configured for the **utf-8** character set, and that you have emoji fonts installed (eg. **noto-fonts-emoji**). Edit your *lynx.cfg* file (usually in */etc/lynx.cfg*) and set: +If you are using *Lynx* then you will need to ensure that it is configured for the **utf-8** character set, and that you have emoji fonts installed (eg. **noto-fonts-emoji**). Edit your *lynx.cfg* file (usually in */etc/lynx/lynx.cfg*) and set: ```text CHARACTER_SET:utf-8 ```