Răsfoiți Sursa

Do not recommend fc-cache -s in INSTALLATION.md

`fc-cache -s` will only scan system-wide font directories, omitting user dirs.
(The line above points out that fonts can be put in a local directory, so this option doesn't make sense)
Jack 8 ani în urmă
părinte
comite
a442fc9bf7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docs/INSTALLATION.md

+ 2 - 2
docs/INSTALLATION.md

@@ -58,7 +58,7 @@ If no packages exist in your package manager, download the [TTF archive][ttf_lat
 **Clear and Regenerate Font Cache**: Following a manual install on Linux, systems using Fontconfig may need to regenerate the font caches and indexes:
 
 ```
-$ fc-cache -s
+$ fc-cache
 $ mkfontscale <install_path>
 $ mkfontdir <install_path>
 ```
@@ -91,4 +91,4 @@ More information about font installation and upgrade issues on the Windows platf
 [ttf_latest]: https://github.com/chrissimpkins/Hack/releases/download/v2.020/Hack-v2_020-ttf.zip
 
 **NOTE FOR USERS OF JETBRAINS PRODUCTS (IntelliJ, PyCharm, ...)**
-A number of [rendering](https://github.com/chrissimpkins/Hack/issues/129) [issues](https://github.com/chrissimpkins/Hack/issues/140) have been reported by users of the JetBrains toolsuite on Windows. While we were able to fix most of them in the font design itself, we discovered that some issues are in fact caused by a [bug](https://bugs.openjdk.java.net/browse/JDK-8146035) in the jdk itself. The bug has been fixed in the master branch of jdk9, and should be available in [early access releases](https://jdk9.java.net/download/) as of b117. If your particular JetBrains tools does not support yet jdk9, a [workaround](https://youtrack.jetbrains.com/issue/IDEA-155229#comment=27-1420220) involving setting a system property is documented in the JetBrains issue tracker.
+A number of [rendering](https://github.com/chrissimpkins/Hack/issues/129) [issues](https://github.com/chrissimpkins/Hack/issues/140) have been reported by users of the JetBrains toolsuite on Windows. While we were able to fix most of them in the font design itself, we discovered that some issues are in fact caused by a [bug](https://bugs.openjdk.java.net/browse/JDK-8146035) in the jdk itself. The bug has been fixed in the master branch of jdk9, and should be available in [early access releases](https://jdk9.java.net/download/) as of b117. If your particular JetBrains tools does not support yet jdk9, a [workaround](https://youtrack.jetbrains.com/issue/IDEA-155229#comment=27-1420220) involving setting a system property is documented in the JetBrains issue tracker.