From 7b40c47f53d538bf1b75a6220ca74f0362512fa6 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Tue, 1 Jan 2019 17:04:54 +0100 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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