From 87e829c773cf3771684815c534df61bac6e8a6ee Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 23 Jun 2020 22:03:29 +0200 Subject: [PATCH] Clean up INSTALL.md --- doc/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 667977aa7..033f0c77c 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -11,9 +11,9 @@ To build ccache you need: - A C99 compiler. - [libzstd](https://www.zstd.net). If you don't have libzstd installed and can't or don't want to install it on your system, you can pass - `-DZSTD_FROM_INTERNET=ON` to cmake, which will download libzstd from - the Internet and unpack it in the local binary tree. - ccache will then be linked statically to the locally built libzstd. + `-DZSTD_FROM_INTERNET=ON` to cmake to make it download libzstd from the + Internet and unpack it in the local binary tree. ccache will then be linked + statically to the locally built libzstd. Optional: -- 2.47.2