summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-02-09 21:47:07 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-02-09 21:47:07 +0100
commit186d4470c6a57800b651664b05326c552c8bed6a (patch)
treec9a601dd531adc703f87724a2097a133b08cbd75 /README.md
parent2adbab620f5905a08920f096fc40981c22f2a92f (diff)
downloadccache-186d4470c6a57800b651664b05326c552c8bed6a.tar.gz
Mention “Supported platforms, compilers and languages” page in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b482cda9..650eeeed 100644
--- 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)