소스 검색

Merge pull request #250 from jacksgt/jacksgt-installation

Do not recommend fc-cache -s in INSTALLATION.md.  PR modifies INSTALLATION.md file with updated fc-cache instructions.
Chris Simpkins 8 년 전
부모
커밋
8c131e058b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.