]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
slightly clearer comments in netbsd section
authorisildur-g <gregory.economou@vectorcamp.gr>
Wed, 27 Mar 2024 15:33:25 +0000 (17:33 +0200)
committerisildur-g <gregory.economou@vectorcamp.gr>
Wed, 27 Mar 2024 15:33:25 +0000 (17:33 +0200)
README.md

index fca411ff24f16b902dc5a4f8d7e58f49e1d1fe1f..e69657108ff0157eaded71a3cee6c97ec7845c56 100644 (file)
--- a/README.md
+++ b/README.md
@@ -133,8 +133,8 @@ The main package system used in NetBSD is pkgsrc and one will probably
 want to read up more about it than is in the scope of this document.
 See https://www.netbsd.org/docs/software/packages.html for more information.
 
-This will not replace the one in the standard base distribution, and
-cmake will probably find the wrong compiler when it checks automatically.
+This will not replace the compiler in the standard base distribution, and
+cmake will probably find the base dist's compiler when it checks automatically.
 Using the example of gcc12 from pkgsrc, one will need to set two
 environment variables before starting: 
 ```