]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Clean up INSTALL.md
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 23 Jun 2020 20:03:29 +0000 (22:03 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 23 Jun 2020 20:04:52 +0000 (22:04 +0200)
doc/INSTALL.md

index 667977aa72c24d2d2f02464df69406066252e7dc..033f0c77cba1aea6d5a680185f06ef1b512bfae1 100644 (file)
@@ -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: