]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Mention “Supported platforms, compilers and languages” page in README
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Feb 2020 20:47:07 +0000 (21:47 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Feb 2020 20:47:07 +0000 (21:47 +0100)
README.md

index b482cda95d9bcde084373dbb2f1b35d0b305ad93..650eeeed3c8fe9032fa3144c83669a8eb7b2f0cd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,15 +6,16 @@ ccache – a fast compiler cache
 [![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts)
 [![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache)
 
-ccache is a compiler cache. It speeds up recompilation by caching the result of
-previous compilations and detecting when the same compilation is being done
-again. Supported languages are C, C++, Objective-C and Objective-C++.
+Ccache (or “ccache”) is a compiler cache. It [speeds up
+recompilation](https://ccache.dev/performance.html)> by caching previous
+compilations and detecting when the same compilation is being done again.
 
 
 General information
 -------------------
 
 * [Main web site](https://ccache.dev)
+* [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html)
 * [Documentation](https://ccache.dev/documentation.html)
   * [Latest manual](https://ccache.dev/manual/latest.html)
   * [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)