diff --git a/README.md b/README.md index cd983ef..2c5ddc6 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,11 @@ $ grep ^ .git/modules/*/HEAD .git/HEAD ## Ccache -ccache is a compiler cache. It speeds up recompilation by caching previous +> ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. -> It is already installed in this docker image. +It is already installed in this docker image so no action is required from your +side. ``` apt-get install ccache