]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Improve installation instructions
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 7 Jun 2018 19:31:38 +0000 (21:31 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 7 Jun 2018 19:31:38 +0000 (21:31 +0200)
doc/INSTALL-from-release-archive.md
doc/INSTALL.md

index be25d02807963b76ebbb7cd4b91403230013b675..e5e335d4da9dbd39f12cbcd3fbb25eafa472b39a 100644 (file)
@@ -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)
 
index d05319439c145ae74c4a1fda0f7e9426d150f0cb..4d2a55caa1b4a1261dc39132e4dd393bf2542b67 100644 (file)
@@ -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.