From dc999c8666b7723fcf6a10577f078c5d0a58fc99 Mon Sep 17 00:00:00 2001 From: Weetile Date: Tue, 3 Oct 2023 00:58:09 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 935cfb1..9a127b5 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ export SHELL=/bin/zsh exec /bin/zsh -l ``` ### Adding new fonts on NoMachine -To add new fonts, for example for use on Visual Studio Code or Eclipse, you'll need to add the font (.ttf or .otf) to your `~/.local/share/fonts` directory. Then, run this command to refresh your font cache: +To add new fonts, for example for use on Visual Studio Code or Eclipse, you'll need to add the font (.ttf or .otf) to your `~/.local/share/fonts` directory. You can use the `fc-cache` command to scan the font directories on the system and build font information cache files for applications using `fontconfig` for their font handling. Thus, run this command: ``` -fc-cache -f -v +fc-cache -fv ``` Restart the application and you should be good to go! ### Accessing the filesystem through Dolphin