From 30868c931b91685a641c489b5a6144dc87b567a8 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 7 Jun 2018 21:31:38 +0200 Subject: [PATCH] Improve installation instructions --- doc/INSTALL-from-release-archive.md | 7 ++++--- doc/INSTALL.md | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/INSTALL-from-release-archive.md b/doc/INSTALL-from-release-archive.md index be25d0280..e5e335d4d 100644 --- a/doc/INSTALL-from-release-archive.md +++ b/doc/INSTALL-from-release-archive.md @@ -1,10 +1,11 @@ -ccache installation -=================== +ccache installation from release archive +======================================== Prerequisites ------------- -To build ccache, you need: +To build ccache from a +[release archive](https://ccache.samba.org/download.html), you need: - A C compiler (for instance GCC) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index d05319439..4d2a55caa 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -1,10 +1,10 @@ -ccache installation -=================== +ccache installation from source repository +========================================== Prerequisites ------------- -To build ccache from the source repository, you need: +To build ccache from a source repository, you need: - A C compiler (for instance GCC) - GNU Bourne Again SHell (bash) for tests. -- 2.47.2